Skip to content
Snippets Groups Projects
Commit 908d7c8b authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-04-10 12:39:06 by simonm]

add LEADING_UNDERSCORE.
parent 51d8a1d2
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@
/* Define to alignment constraint on unsigned int - whichever is the greater */
#undef ALIGNMENT_UNSIGNED_INT
/* Define if C Symbols have a leading underscore added by the compiler */
#undef LEADING_UNDERSCORE
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
......
......@@ -215,3 +215,6 @@
/* minimum alignment of double */
#undef ALIGNMENT_DOUBLE
/* need a leading underscore? */
#undef LEADING_UNDERSCORE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment