[Github-comments] [geany/geany] ctags: boolean to C99 bool conversion and vStringTerminate() removal (#1251)
Jiří Techet
notifications at xxxxx
Sun Oct 2 14:57:33 UTC 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161002/e46a544f/attachment.html>
More information about the Github-comments
mailing list