This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SUN folks....



Could one of you please look into your win_lock.h and/or
win_cursor.h files in /usr/include/sunwindow and tell me
what the egrep pattern 'ecd.cursor' will match?  My guess
is that it is exactly that string and that the period
should really be a literal, not a match-any-character.

The question comes from this include hack definition:

  /*
   * Fix these Sun OS files to avoid an invalid identifier in an #ifdef.
   */
  fix = {
    hackname = ecd_cursor;
    files  = "sunwindow/win_lock.h";
    files  = "sunwindow/win_cursor.h";
    sed    = "s/ecd.cursor/ecd_cursor/";
  };

and I ask because I want to add:

    select  = 'ecd\.cursor';

while I am about something else....Thanks!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]