home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cc-61.0.1 / cc / fatal-diffs < prev    next >
Text File  |  1991-07-19  |  2KB  |  88 lines

  1. *** /Net/ohio/redbird/mself/fsf/objc-actions.c    Fri Jul 19 14:20:26 1991
  2. --- /Net/ohio/redbird/mself/x    Fri Jul 19 14:20:16 1991
  3. ***************
  4. *** 2565,2571 ****
  5.     tree class_ident = 0;
  6.   
  7.     if (!doing_objc_thang)
  8. !     fatal ("Objective-C text in C source file");
  9.   
  10.     if (TREE_CODE (receiver) == ERROR_MARK)
  11.       return error_mark_node;
  12. --- 2565,2571 ----
  13.     tree class_ident = 0;
  14.   
  15.     if (!doing_objc_thang)
  16. !     fatal ("Objective-C text in C source file: use -x objective-c");
  17.   
  18.     if (TREE_CODE (receiver) == ERROR_MARK)
  19.       return error_mark_node;
  20. ***************
  21. *** 2806,2812 ****
  22.     int selTransTbl_index;
  23.   
  24.     if (!doing_objc_thang)
  25. !     fatal ("Objective-C text in C source file");
  26.   
  27.     /* obtain the full selector name */
  28.     if (TREE_CODE (selnamelist) == IDENTIFIER_NODE)
  29. --- 2806,2812 ----
  30.     int selTransTbl_index;
  31.   
  32.     if (!doing_objc_thang)
  33. !     fatal ("Objective-C text in C source file: use -x objective-c");
  34.   
  35.     /* obtain the full selector name */
  36.     if (TREE_CODE (selnamelist) == IDENTIFIER_NODE)
  37. ***************
  38. *** 2831,2837 ****
  39.        tree type;
  40.   {
  41.     if (!doing_objc_thang)
  42. !     fatal ("Objective-C text in C source file");
  43.   
  44.     if (!utlbuf)
  45.       utlbuf = (char *)xmalloc (BUFSIZE);
  46. --- 2831,2837 ----
  47.        tree type;
  48.   {
  49.     if (!doing_objc_thang)
  50. !     fatal ("Objective-C text in C source file: use -x objective-c");
  51.   
  52.     if (!utlbuf)
  53.       utlbuf = (char *)xmalloc (BUFSIZE);
  54. ***************
  55. *** 3254,3260 ****
  56.        tree interface;
  57.   {
  58.     if (!doing_objc_thang)
  59. !     fatal ("Objective-C text in C source file");
  60.   
  61.     return build_ivar_chain (interface);
  62.   }
  63. --- 3254,3260 ----
  64.        tree interface;
  65.   {
  66.     if (!doing_objc_thang)
  67. !     fatal ("Objective-C text in C source file: use -x objective-c");
  68.   
  69.     return build_ivar_chain (interface);
  70.   }
  71. ***************
  72. *** 3314,3320 ****
  73.     tree class;
  74.   
  75.     if (!doing_objc_thang)
  76. !      fatal ("Objective-C text in C source file");
  77.   
  78.     class = make_node (code);
  79.   
  80. --- 3314,3320 ----
  81.     tree class;
  82.   
  83.     if (!doing_objc_thang)
  84. !      fatal ("Objective-C text in C source file: use -x objective-c");
  85.   
  86.     class = make_node (code);
  87.   
  88.