Skip to content

Commit

Permalink
Removed references to modAST.h
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Mar 4, 1998
1 parent 8ebf3fd commit 1d19178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions modeq/ast/Makefile
Expand Up @@ -50,12 +50,12 @@ libast.a : $(OBJ)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<

modgram.o: modgram.c attrib.h parser.h modAST.h tokens.h \
modgram.o: modgram.c attrib.h parser.h tokens.h \
$(RMLINCLUDE)/rml.h ../dae.h ../exp.h mode.h
scanner.o: scanner.c attrib.h parser.h modAST.h
err.o: err.c attrib.h parser.h modAST.h tokens.h
scanner.o: scanner.c attrib.h parser.h
err.o: err.c attrib.h parser.h tokens.h
yacclib.o: yacclib.c $(RMLINCLUDE)/rml.h yacclib.h
attrib.o: attrib.c stdpccts.h attrib.h parser.h modAST.h tokens.h mode.h
attrib.o: attrib.c stdpccts.h attrib.h parser.h tokens.h mode.h

$(SCAN).o : $(SCAN).c $(TOKENS)
$(CC) -c $(CFLAGS) -o $(SCAN).o $(SCAN).c
Expand Down
2 changes: 1 addition & 1 deletion modeq/ast/modgram.g
Expand Up @@ -9,7 +9,7 @@ typedef int bool;

#include "attrib.h"
#include "parser.h"
#include "modAST.h"
/* #include "modAST.h" */

#define AST_FIELDS Attrib *attr; void *rml; void *aux[5];
#define zzcr_ast(ast,atr,ttype,text) \
Expand Down

0 comments on commit 1d19178

Please sign in to comment.