New DumpExpr signature

git-svn-id: svn://svn.cc65.org/cc65/trunk@2640 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-11 13:59:19 +00:00
parent e87bec47d7
commit 8a49256df9
2 changed files with 12 additions and 15 deletions

View File

@@ -86,9 +86,6 @@ ExprNode* SegmentExpr (Segment* Seg, long Offs, ObjData* O);
ExprNode* SectionExpr (Section* Sec, long Offs, ObjData* O);
/* Return an expression tree that encodes an offset into a section */
void DumpExpr (const ExprNode* Expr);
/* Dump an expression tree to stdout */
ExprNode* ReadExpr (FILE* F, ObjData* O);
/* Read an expression from the given file */