Changeset 8a74081 for src/examples/gc_no_raii
- Timestamp:
- Apr 21, 2016, 4:54:49 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 4ef8fb3
- Parents:
- 16cfd8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/premake4.lua
r16cfd8c r8a74081 37 37 "\"true=((_Bool)(const signed int)1)\"", 38 38 "\"false=((_Bool)(const signed int)0)\"", 39 "_GNU_SOURCE"} 39 "_GNU_SOURCE", 40 "__cforall" 41 } 40 42 libdirs (libDirectories) 41 43 links (linkLibs)
Note: See TracChangeset
for help on using the changeset viewer.