Changes in src/Parser/parserutility.h [6b0b624:9335ecc]
- File:
-
- 1 edited
-
src/Parser/parserutility.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parserutility.h
r6b0b624 r9335ecc 10 10 // Created On : Sat May 16 15:31:46 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Jul 22 09:32:58201713 // Update Count : 412 // Last Modified On : Wed Jun 28 22:11:40 2017 13 // Update Count : 3 14 14 // 15 15 16 #pragma once 16 #ifndef PARSEUTILITY_H 17 #define PARSEUTILITY_H 17 18 18 19 #include "SynTree/SynTree.h" 19 20 20 21 Expression *notZeroExpr( Expression *orig ); 22 23 #endif // PARSEUTILITY_H 21 24 22 25 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.