Changes in src/CodeGen/FixMain.h [8d7bef2:6b0b624]
- File:
-
- 1 edited
-
src/CodeGen/FixMain.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/FixMain.h
r8d7bef2 r6b0b624 40 40 private: 41 41 static bool replace_main; 42 static FunctionDecl*main_signature;42 static std::unique_ptr<FunctionDecl> main_signature; 43 43 }; 44 44 };
Note:
See TracChangeset
for help on using the changeset viewer.