Skip to content
Snippets Groups Projects
Commit c3a49975 authored by Jonathon Reinhart's avatar Jonathon Reinhart
Browse files

Add visual samples for C function declarations

For #277
parent eb4bcc36
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,6 +32,20 @@ static int not_a_comment();
#macro
 
 
/* Bug #277: C function prototype syntax highlighting broken if space before semicolon */
void foo() ;
void foo() {
/* nothing */
}
void foo2(void)
{
/* nothing */
}
/* Execute compiled code */
 
/* XXX TO DO:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment