Newline after function definition.

This commit is contained in:
Stefano Sanfilippo 2014-11-23 19:30:30 +01:00
parent 03d40b0ad6
commit 701e06b781

View File

@ -50,7 +50,7 @@ fun_decls:
/* epsilon */ | fun_decls fun_decl /* epsilon */ | fun_decls fun_decl
; ;
fun_decl: fun_decl:
FUNDECL ID args LCURL statements RCURL FUNDECL ID args LCURL statements RCURL NEWLINE
; ;
args: args:
/* epsilon */ | PARAMS arglist /* epsilon */ | PARAMS arglist