Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
804f747d
Commit
804f747d
authored
Oct 21, 2002
by
Per Cederqvist
Browse files
(action): Inserted a missing semicolon.
parent
b61b284e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/aux-item-def-parse.y
View file @
804f747d
%{
/*
* $Id: aux-item-def-parse.y,v 1.1
2
200
1/09/30 16:5
2:0
2
ceder Exp $
* $Id: aux-item-def-parse.y,v 1.1
3
200
2/10/21 07:1
2:0
9
ceder Exp $
* Copyright (C) 1994-1996, 1999, 2001 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -250,6 +250,7 @@ target : action TEXT { def.texts = TRUE; def.text_a = $1; }
action : action CREATE { $$ = $1 | AUX_ITEM_ADD_ON_CREATE; }
| action MODIFY { $$ = $1 | AUX_ITEM_ADD_ON_MODIFY; }
| /* Empty */ { $$ = 0; }
;
body : body assign
| body error
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment