1. 21 May, 1998 5 commits
    • configure.in: Check for unistd.h as well. · b9256371
      0
      	* configure.in: Check for unistd.h as well.
      	* configure: Rebuild.
      	* config.in: Rebuild.
      	* getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
      	is defined in unistd.h. Reformat conditional block for easier reading.
      	* config.table (shared): Default to no if ${enable_shared}
      	is unset or empty; this logic is used by the toplevel
      	configure scripts, too.
      
      From-SVN: r19924
      Manfred Hollstein committed
    • configure.in: Check for unistd.h as well. · 3fe97d74
      �
      	* configure.in: Check for unistd.h as well.
      	* configure: Rebuild.
      	* config.in: Rebuild.
      	* getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
      	is defined in unistd.h. Reformat conditional block for easier reading.
      	* config.table (shared): Default to no if ${enable_shared}
      	is unset or empty; this logic is used by the toplevel
      	configure scripts, too.
      
      From-SVN: r19923
      Manfred Hollstein committed
    • ANSI does not allow a prototype to specify an item smaller than an int if the… · fd97443c
      ANSI does not allow a prototype to specify an item smaller than an int if the function uses an old-style definition.
      
      ANSI does not allow a prototype to specify an item smaller than an int
      if the function uses an old-style definition.  This only worked as a
      GNUC extension, so stop doing it.
             * gengenrtl.c (type_from_format, accessor_from_format): Change
             type of parameter `c' from `char' to `int'.
      
      From-SVN: r19922
      Kaveh R. Ghazi committed
    • decl2.c (maybe_make_one_only): New fn. · b385c841
      	* decl2.c (maybe_make_one_only): New fn.
      	(import_export_vtable): Use it.
      	(import_export_decl): Likewise.
      	* pt.c (mark_decl_instantiated): Likewise.
      
      From-SVN: r19921
      Jason Merrill committed
    • decl2.c (find_representative_member): Rename to ... · cb96daa2
      	* decl2.c (find_representative_member): Rename to ...
      	(build_anon_union_vars): New function.
      	(finish_anon_union): Fix stupidity of previous change.
      
      From-SVN: r19920
      Mark Mitchell committed
  2. 20 May, 1998 18 commits
  3. 19 May, 1998 17 commits