Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libf2c/g2c.hin

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    133133} inlist;
    134134
    135 #define VOID void
    136 
    137135union Multitype {       /* for multiple entry points */
    138136        integer1 g;
     
    184182typedef real (*R_fp)(...);
    185183typedef doublereal (*D_fp)(...), (*E_fp)(...);
    186 typedef /* Complex */ VOID (*C_fp)(...);
    187 typedef /* Double Complex */ VOID (*Z_fp)(...);
     184typedef /* Complex */ void (*C_fp)(...);
     185typedef /* Double Complex */ void (*Z_fp)(...);
    188186typedef logical (*L_fp)(...);
    189187typedef shortlogical (*K_fp)(...);
    190 typedef /* Character */ VOID (*H_fp)(...);
     188typedef /* Character */ void (*H_fp)(...);
    191189typedef /* Subroutine */ int (*S_fp)(...);
    192190#else
     
    196194typedef real (*R_fp)();
    197195typedef doublereal (*D_fp)(), (*E_fp)();
    198 typedef /* Complex */ VOID (*C_fp)();
    199 typedef /* Double Complex */ VOID (*Z_fp)();
     196typedef /* Complex */ void (*C_fp)();
     197typedef /* Double Complex */ void (*Z_fp)();
    200198typedef logical (*L_fp)();
    201199typedef shortlogical (*K_fp)();
    202 typedef /* Character */ VOID (*H_fp)();
     200typedef /* Character */ void (*H_fp)();
    203201typedef /* Subroutine */ int (*S_fp)();
    204202#endif
    205203/* E_fp is for real functions when -R is not specified */
    206 typedef VOID C_f;       /* complex function */
    207 typedef VOID H_f;       /* character function */
    208 typedef VOID Z_f;       /* double complex function */
     204typedef void C_f;       /* complex function */
     205typedef void H_f;       /* character function */
     206typedef void Z_f;       /* double complex function */
    209207typedef doublereal E_f; /* real function with -R not specified */
    210208
Note: See TracChangeset for help on using the changeset viewer.