Changeset 19858f6 for libcfa/prelude
- Timestamp:
- Oct 4, 2019, 9:59:01 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 65e10b2
- Parents:
- 970141d (diff), 73fad25 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- libcfa/prelude
- Files:
-
- 2 edited
-
Makefile.in (modified) (1 diff)
-
extras.regx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/Makefile.in
r970141d r19858f6 239 239 PACKAGE_VERSION = @PACKAGE_VERSION@ 240 240 PATH_SEPARATOR = @PATH_SEPARATOR@ 241 PRELUDEFLAG = @PRELUDEFLAG@242 241 RANLIB = @RANLIB@ 243 242 SED = @SED@ -
libcfa/prelude/extras.regx
r970141d r19858f6 19 19 typedef.* uint32_t; 20 20 typedef.* uint64_t; 21 typedef.* __uint_least16_t; 22 typedef.* __uint_least32_t; 21 23 typedef.* char16_t; 22 24 typedef.* char32_t;
Note:
See TracChangeset
for help on using the changeset viewer.