source: branches/ffigen-apple-gcc-6465/ffigen4/source/gcc-5465-passes.c.diff@ 74

Last change on this file since 74 was 55, checked in by gb, 16 years ago

New.

File size: 437 bytes
  • passes.c

    old new  
    255255  /* Let cgraph know about the existance of variables.  */
    256256  if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl))
    257257    cgraph_varpool_node (decl);
     258
     259  if (flag_syntax_only)
     260    ffi_rest_of_decl_compilation (decl, top_level, at_end);
    258261}
    259262
    260263/* Called after finishing a record, union or enumeral type.  */
Note: See TracBrowser for help on using the repository browser.