Skip to content
Snippets Groups Projects
Commit cac36cf5 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

snc: removed no longer appropriate comments from expr.h

parent e818918b
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ in the file LICENSE that is included with this distribution. ...@@ -17,8 +17,8 @@ in the file LICENSE that is included with this distribution.
/* defined in expr.c */ /* defined in expr.c */
Expr *expr( Expr *expr(
uint type, /* E_BINOP, E_ASGNOP, etc */ uint type,
Token tok, /* "==", "+=", var name, constant, etc. */ Token tok,
... ...
); );
...@@ -28,8 +28,8 @@ Expr *opt_defn( ...@@ -28,8 +28,8 @@ Expr *opt_defn(
); );
Expr *link_expr( Expr *link_expr(
Expr *ep1, /* beginning of 1-st structure or list */ Expr *ep1,
Expr *ep2 /* beginning 2-nd (append it to 1-st) */ Expr *ep2
); );
uint strtoui( uint strtoui(
......
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