]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Avoid stray semicolon after gl_once_define.
authorNick Bowler <nbowler@draconx.ca>
Fri, 16 Jun 2023 04:01:07 +0000 (00:01 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 16 Jun 2023 04:10:13 +0000 (00:10 -0400)
commit4b14cf4c3fa99fe5341f482cbe57058a87197d41
tree7cc0b5024b59cb22bf4e8df7a8565dcd54f20e15
parent9a50128ac12ab834fd97699c7ca543fc040ea8f1
libcdecl: Avoid stray semicolon after gl_once_define.

For some weird reason the gnulib gl_once_define function-like macro
expansion includes the semicolon.  Thus, the extra semicolon after
the macro invocation is technically a syntax error, although most
compilers seem to not care too much.
src/error.c