We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e501a commit 6e6b8caCopy full SHA for 6e6b8ca
1 file changed
src/exppp/exppp.c
@@ -574,7 +574,7 @@ SCOPEalgs_out( Scope s, int level ) {
574
SCOPEprocs_out( s, level );
575
}
576
577
-static
+static int
578
min( int a, int b, int c ) {
579
if( a < b ) {
580
return ( ( a < c ) ? a : c );
@@ -849,7 +849,7 @@ SCOPElocals_out( Scope s, int level ) {
849
raw( "%*sEND_LOCAL;\n", level, "" );
850
851
852
-void LOOPout( struct Loop_ *loop, int level ) {
+LOOPout( struct Loop_ *loop, int level ) {
853
Variable v;
854
855
raw( "%*sREPEAT", level, "" );
0 commit comments