source: trunk/ffigen4/source/gcc-4.0.0-passes.c.diff@ 51

Last change on this file since 51 was 26, checked in by gb, 20 years ago

new files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 415 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.