Skip to content

Commit

Permalink
More tokens
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Jul 1, 1998
1 parent 2571287 commit 14440f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modeq/ast/attrib.c
Expand Up @@ -98,7 +98,12 @@ void print_attr(Attrib *attr, FILE *f)
tokprinter(RPAR); /* 32 */
tokprinter(LBRACK); /* 33 */
tokprinter(RBRACK); /* 34 */
tokprinter(IF); /* 36 */
tokprinter(THEN); /* 37 */
tokprinter(ELSE); /* 38 */
tokprinter(ELSEIF); /* 39 */
tokprinter(AND); /* 40 */
tokprinter(NOT); /* 42 */
tokprinter(CONNECT);
tokprinter(EQUALS); /* 49 */
tokprinter(ASSIGN); /* 50 */
Expand Down

0 comments on commit 14440f2

Please sign in to comment.