home *** CD-ROM | disk | FTP | other *** search
- *** /Net/ohio/redbird/mself/fsf/objc-actions.c Fri Jul 19 14:20:26 1991
- --- /Net/ohio/redbird/mself/x Fri Jul 19 14:20:16 1991
- ***************
- *** 2565,2571 ****
- tree class_ident = 0;
-
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file");
-
- if (TREE_CODE (receiver) == ERROR_MARK)
- return error_mark_node;
- --- 2565,2571 ----
- tree class_ident = 0;
-
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file: use -x objective-c");
-
- if (TREE_CODE (receiver) == ERROR_MARK)
- return error_mark_node;
- ***************
- *** 2806,2812 ****
- int selTransTbl_index;
-
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file");
-
- /* obtain the full selector name */
- if (TREE_CODE (selnamelist) == IDENTIFIER_NODE)
- --- 2806,2812 ----
- int selTransTbl_index;
-
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file: use -x objective-c");
-
- /* obtain the full selector name */
- if (TREE_CODE (selnamelist) == IDENTIFIER_NODE)
- ***************
- *** 2831,2837 ****
- tree type;
- {
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file");
-
- if (!utlbuf)
- utlbuf = (char *)xmalloc (BUFSIZE);
- --- 2831,2837 ----
- tree type;
- {
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file: use -x objective-c");
-
- if (!utlbuf)
- utlbuf = (char *)xmalloc (BUFSIZE);
- ***************
- *** 3254,3260 ****
- tree interface;
- {
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file");
-
- return build_ivar_chain (interface);
- }
- --- 3254,3260 ----
- tree interface;
- {
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file: use -x objective-c");
-
- return build_ivar_chain (interface);
- }
- ***************
- *** 3314,3320 ****
- tree class;
-
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file");
-
- class = make_node (code);
-
- --- 3314,3320 ----
- tree class;
-
- if (!doing_objc_thang)
- ! fatal ("Objective-C text in C source file: use -x objective-c");
-
- class = make_node (code);
-
-