source:
trunk/ffigen4/source/gcc-4.0.0-passes.c.diff@
60
| Last change on this file since 60 was 26, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 415 bytes | |
-
passes.c
old new 255 255 /* Let cgraph know about the existance of variables. */ 256 256 if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl)) 257 257 cgraph_varpool_node (decl); 258 259 if (flag_syntax_only) 260 ffi_rest_of_decl_compilation (decl, top_level, at_end); 258 261 } 259 262 260 263 /* Called after finishing a record, union or enumeral type. */
Note:
See TracBrowser
for help on using the repository browser.
