source:
branches/ffigen-x-cocotron/ffigen4/source/gcc-4.3.1-passes.c.diff@
71
| Last change on this file since 71 was 63, checked in by , 15 years ago | |
|---|---|
| File size: 431 bytes | |
-
passes.c
old new 217 217 /* Let cgraph know about the existence of variables. */ 218 218 if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl)) 219 219 varpool_node (decl); 220 221 if (flag_syntax_only) 222 ffi_rest_of_decl_compilation (decl, top_level, at_end); 220 223 } 221 224 222 225 /* Called after finishing a record, union or enumeral type. */
Note:
See TracBrowser
for help on using the repository browser.
