Changeset 5172
- Timestamp:
- Feb 28, 2010 7:37:38 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/util/romcc/romcc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/romcc/romcc.c
r5136 r5172 1084 1084 struct hash_entry *i_default; 1085 1085 struct hash_entry *i_return; 1086 struct hash_entry *i_noreturn; 1086 1087 /* Additional hash entries for predefined macros */ 1087 1088 struct hash_entry *i_defined; … … 12758 12759 } 12759 12760 attributes |= ATTRIB_ALWAYS_INLINE; 12761 } 12762 else if (ident == state->i_noreturn) { 12763 // attribute((noreturn)) does nothing (yet?) 12760 12764 } 12761 12765 else { … … 24995 24999 state.i_noinline = lookup(&state, "noinline", 8); 24996 25000 state.i_always_inline = lookup(&state, "always_inline", 13); 25001 state.i_noreturn = lookup(&state, "noreturn", 8); 24997 25002 24998 25003 /* Process the command line macros */
Note: See TracChangeset
for help on using the changeset viewer.
