dpatel      03/01/03 18:49:25

  Modified:    live/gcc3/gcc version.c
  Log:
  Add comment about version string.
  
  Revision  Changes    Path
  1.61      +2 -0      src/live/gcc3/gcc/version.c
  
  Index: version.c
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/version.c,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- version.c 2003/01/02 22:09:36     1.60
  +++ version.c 2003/01/04 02:49:25     1.61
  @@ -13,6 +13,8 @@
        Apple doesn't mark its GCC versions as 'prerelease', because a released
        compiler will be identical to the last prerelease compiler and it
        makes no sense to mark released compilers as 'prerelease'.
  +   - There are other scripts that search for first word of the string
  +     to get version number string. Do not use new line.
   */
   const char version_string[] = "3.3-pch 20021205 (Apple Computer, Inc. build 1311)";
   /* APPLE LOCAL end Apple version */
  
  
  


Reply via email to