Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/yasm/source/config/ios/config.h

Issue 19777003: yasm: add support for targeting iOS (at least simulator) by copying mac->ios (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* config.h. Generated from config.h.in by configure. */ 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Command name to run C preprocessor */ 4 /* Command name to run C preprocessor */
5 #define CPP_PROG "gcc -E" 5 #define CPP_PROG "gcc -E"
6 6
7 /* */ 7 /* */
8 /* #undef ENABLE_NLS */ 8 /* #undef ENABLE_NLS */
9 9
10 /* Define to 1 if you have the `abort' function. */ 10 /* Define to 1 if you have the `abort' function. */
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 /* #undef const */ 164 /* #undef const */
165 165
166 /* Define to `__inline__' or `__inline' if that's what the C compiler 166 /* Define to `__inline__' or `__inline' if that's what the C compiler
167 calls it, or to nothing if 'inline' is not supported under any name. */ 167 calls it, or to nothing if 'inline' is not supported under any name. */
168 #ifndef __cplusplus 168 #ifndef __cplusplus
169 /* #undef inline */ 169 /* #undef inline */
170 #endif 170 #endif
171 171
172 /* Define to `unsigned int' if <sys/types.h> does not define. */ 172 /* Define to `unsigned int' if <sys/types.h> does not define. */
173 /* #undef size_t */ 173 /* #undef size_t */
OLDNEW
« no previous file with comments | « third_party/yasm/source/config/ios/Makefile ('k') | third_party/yasm/source/config/ios/libyasm-stdint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698