techee commented on this pull request.
> @@ -156,15 +156,15 @@ static void findPascalTags (void)
char *arglist = NULL;
char *vartype = NULL;
pascalKind kind = K_FUNCTION;
- /* each of these flags is TRUE iff: */
- boolean incomment = FALSE; /* point is inside a comment */
+ /* each of these flags is true iff: */
+ bool incomment = false; /* point is inside a comment */
int comment_char = '\0'; /* type of current comment */
Note to self: alignment of comment
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1251#pullrequestreview-2449979