Changeset 513 for trunk/src


Ignore:
Timestamp:
Aug 2, 2003, 11:13:25 AM (22 years ago)
Author:
zap
Message:

Some fixes.

Location:
trunk/src/gcc/gcc/config/i386
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx-dllinit.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r512 r513  
    1 /* This is the startup code for gcc.dll it should not be exposed to anyone
    2    else as we don't wanna have duplicate startup code around. The right
    3    startup code is in libc.
    4    
    5    */
     1/* This is the startup code for GCC version-specific runtime dll.
     2   It should not be exposed to anyone else as we don't wanna have
     3   duplicate startup code around. The right startup code is in libc. */
    64
    75extern int _CRT_init (void);