annotate oldXMenu/compile.com @ 30403:68e734ab7d5d

(c-looking-at-inexpr-block): Replaced a call to c-beginning-of-statement-1 that caused a bad case of recursion which could consume a lot of CPU in large classes in languages that have in-expression classes (i.e. Java and Pike). (c-guess-basic-syntax): Check for in-expression statements before top level constructs (i.e. case 6 is moved before case 5 and is now case 4) to catch in-expression classes in top level expressions correctly. (c-guess-basic-syntax): Less naive handling of objc-method-intro. Case 4 removed and case 5I added. (c-beginning-of-inheritance-list, c-guess-basic-syntax): Fixed recognition of inheritance lists when the lines begins with a comma. (c-forward-syntactic-ws): Fixed an infloop bug when the buffer ends with a macro continuation char. (c-guess-basic-syntax): Added support for function definitions as statements in Pike. The first statement in a lambda block is now labeled defun-block-intro instead of statement-block-intro. (c-narrow-out-enclosing-class): Whack the state so that the class surrounding point is selected, not the one innermost in the state. (c-guess-basic-syntax): Fixed bug in recognition of switch labels having hanging multiline statements. (c-beginning-of-member-init-list): Broke out some code in c-guess-basic-syntax to a separate function. (c-just-after-func-arglist-p): Fixed recognition of member inits with multiple line arglists. (c-guess-basic-syntax): New case 5B.3 to detect member-init-cont when the commas are in funny places. (c-looking-at-bos): New helper function. (c-looking-at-inexpr-block): More tests to tell inexpr and toplevel classes apart in Pike. (c-guess-basic-syntax): Fixed bogus recognition of case 9A. (c-guess-basic-syntax): Made the cpp-macro a syntax modifier like comment-intro, to make it possible to get syntactic indentation for preprocessor directives. It's incompatible wrt to lineup functions on cpp-macro, but it has no observable effect in the 99.9% common case where cpp-macro is set to -1000. (c-guess-basic-syntax): Fixed bug with missed member-init-cont when the preceding arglist is several lines. (c-beginning-of-statement-1): Fixed bug where we were left at comments preceding the first statement when reaching the beginning of the buffer. (c-beginning-of-closest-statement): New helper function to go back to the closest preceding statement start, which could be inside a conditional statement. (c-guess-basic-syntax): Use c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. (c-guess-basic-syntax): Better handling of arglist-intro, arglist-cont-nonempty and arglist-close when the arglist is nested inside parens. Cases 7A, 7C and 7F changed. (c-beginning-of-statement-1): Fixed handling of multiline Pike type decls. (c-guess-basic-syntax): Fixed bug with fully::qualified::names in C++ member init lists. Preamble in case 5D changed.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Jul 2000 11:11:20 +0000
parents bbce331da1be
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
1 $! This file was autogenerated with the command:
Dave Love <fx@gnu.org>
parents:
diff changeset
2 $!
Dave Love <fx@gnu.org>
parents:
diff changeset
3 $! mms/noaction/output = compile.com
Dave Love <fx@gnu.org>
parents:
diff changeset
4 $ if f$search("ACTIVATE.OBJ") then delete ACTIVATE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
5 $ cc /obj=ACTIVATE.OBJ /NOLIST/OBJECT=ACTIVATE.OBJ ACTIVATE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
6 $ if f$search("ADDPANE.OBJ") then delete ADDPANE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
7 $ cc /obj=ADDPANE.OBJ /NOLIST/OBJECT=ADDPANE.OBJ ADDPANE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
8 $ if f$search("ADDSEL.OBJ") then delete ADDSEL.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
9 $ cc /obj=ADDSEL.OBJ /NOLIST/OBJECT=ADDSEL.OBJ ADDSEL.c
Dave Love <fx@gnu.org>
parents:
diff changeset
10 $ if f$search("CHGPANE.OBJ") then delete CHGPANE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
11 $ cc /obj=CHGPANE.OBJ /NOLIST/OBJECT=CHGPANE.OBJ CHGPANE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
12 $ if f$search("CHGSEL.OBJ") then delete CHGSEL.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
13 $ cc /obj=CHGSEL.OBJ /NOLIST/OBJECT=CHGSEL.OBJ CHGSEL.c
Dave Love <fx@gnu.org>
parents:
diff changeset
14 $ if f$search("CREATE.OBJ") then delete CREATE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
15 $ cc /obj=CREATE.OBJ /NOLIST/OBJECT=CREATE.OBJ CREATE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
16 $ if f$search("DELPANE.OBJ") then delete DELPANE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
17 $ cc /obj=DELPANE.OBJ /NOLIST/OBJECT=DELPANE.OBJ DELPANE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
18 $ if f$search("DELSEL.OBJ") then delete DELSEL.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
19 $ cc /obj=DELSEL.OBJ /NOLIST/OBJECT=DELSEL.OBJ DELSEL.c
Dave Love <fx@gnu.org>
parents:
diff changeset
20 $ if f$search("DESTROY.OBJ") then delete DESTROY.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
21 $ cc /obj=DESTROY.OBJ /NOLIST/OBJECT=DESTROY.OBJ DESTROY.c
Dave Love <fx@gnu.org>
parents:
diff changeset
22 $ if f$search("ERROR.OBJ") then delete ERROR.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
23 $ cc /obj=ERROR.OBJ /NOLIST/OBJECT=ERROR.OBJ ERROR.c
Dave Love <fx@gnu.org>
parents:
diff changeset
24 $ if f$search("EVHAND.OBJ") then delete EVHAND.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
25 $ cc /obj=EVHAND.OBJ /NOLIST/OBJECT=EVHAND.OBJ EVHAND.c
Dave Love <fx@gnu.org>
parents:
diff changeset
26 $ if f$search("FINDPANE.OBJ") then delete FINDPANE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
27 $ cc /obj=FINDPANE.OBJ /NOLIST/OBJECT=FINDPANE.OBJ FINDPANE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
28 $ if f$search("FINDSEL.OBJ") then delete FINDSEL.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
29 $ cc /obj=FINDSEL.OBJ /NOLIST/OBJECT=FINDSEL.OBJ FINDSEL.c
Dave Love <fx@gnu.org>
parents:
diff changeset
30 $ if f$search("INSPANE.OBJ") then delete INSPANE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
31 $ cc /obj=INSPANE.OBJ /NOLIST/OBJECT=INSPANE.OBJ INSPANE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
32 $ if f$search("INSSEL.OBJ") then delete INSSEL.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
33 $ cc /obj=INSSEL.OBJ /NOLIST/OBJECT=INSSEL.OBJ INSSEL.c
Dave Love <fx@gnu.org>
parents:
diff changeset
34 $ if f$search("INTERNAL.OBJ") then delete INTERNAL.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
35 $ cc /obj=INTERNAL.OBJ /NOLIST/OBJECT=INTERNAL.OBJ INTERNAL.c
Dave Love <fx@gnu.org>
parents:
diff changeset
36 $ if f$search("LOCATE.OBJ") then delete LOCATE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
37 $ cc /obj=LOCATE.OBJ /NOLIST/OBJECT=LOCATE.OBJ LOCATE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
38 $ if f$search("POST.OBJ") then delete POST.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
39 $ cc /obj=POST.OBJ /NOLIST/OBJECT=POST.OBJ POST.c
Dave Love <fx@gnu.org>
parents:
diff changeset
40 $ if f$search("RECOMP.OBJ") then delete RECOMP.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
41 $ cc /obj=RECOMP.OBJ /NOLIST/OBJECT=RECOMP.OBJ RECOMP.c
Dave Love <fx@gnu.org>
parents:
diff changeset
42 $ if f$search("SETAEQ.OBJ") then delete SETAEQ.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
43 $ cc /obj=SETAEQ.OBJ /NOLIST/OBJECT=SETAEQ.OBJ SETAEQ.c
Dave Love <fx@gnu.org>
parents:
diff changeset
44 $ if f$search("SETFRZ.OBJ") then delete SETFRZ.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
45 $ cc /obj=SETFRZ.OBJ /NOLIST/OBJECT=SETFRZ.OBJ SETFRZ.c
Dave Love <fx@gnu.org>
parents:
diff changeset
46 $ if f$search("SETPANE.OBJ") then delete SETPANE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
47 $ cc /obj=SETPANE.OBJ /NOLIST/OBJECT=SETPANE.OBJ SETPANE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
48 $ if f$search("SETSEL.OBJ") then delete SETSEL.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
49 $ cc /obj=SETSEL.OBJ /NOLIST/OBJECT=SETSEL.OBJ SETSEL.c
Dave Love <fx@gnu.org>
parents:
diff changeset
50 $ if f$search("XDELASSOC.OBJ") then delete XDELASSOC.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
51 $ cc /obj=XDELASSOC.OBJ /NOLIST/OBJECT=XDELASSOC.OBJ XDELASSOC.c
Dave Love <fx@gnu.org>
parents:
diff changeset
52 $ if f$search("XLOOKASSOC.OBJ") then delete XLOOKASSOC.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
53 $ cc /obj=XLOOKASSOC.OBJ /NOLIST/OBJECT=XLOOKASSOC.OBJ XLOOKASSOC.c
Dave Love <fx@gnu.org>
parents:
diff changeset
54 $ if f$search("XCRASSOC.OBJ") then delete XCRASSOC.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
55 $ cc /obj=XCRASSOC.OBJ /NOLIST/OBJECT=XCRASSOC.OBJ XCRASSOC.c
Dave Love <fx@gnu.org>
parents:
diff changeset
56 $ if f$search("XDESTASSOC.OBJ") then delete XDESTASSOC.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
57 $ cc /obj=XDESTASSOC.OBJ /NOLIST/OBJECT=XDESTASSOC.OBJ XDESTASSOC.c
Dave Love <fx@gnu.org>
parents:
diff changeset
58 $ if f$search("XMAKEASSOC.OBJ") then delete XMAKEASSOC.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
59 $ cc /obj=XMAKEASSOC.OBJ /NOLIST/OBJECT=XMAKEASSOC.OBJ XMAKEASSOC.c
Dave Love <fx@gnu.org>
parents:
diff changeset
60 $ if f$search("INSQUE.OBJ") then delete INSQUE.OBJ.*
Dave Love <fx@gnu.org>
parents:
diff changeset
61 $ cc /obj=INSQUE.OBJ /NOLIST/OBJECT=INSQUE.OBJ INSQUE.c
Dave Love <fx@gnu.org>
parents:
diff changeset
62 $ if f$search("LIBXMENU11.OLB") then delete LIBXMENU11.OLB.*
Dave Love <fx@gnu.org>
parents:
diff changeset
63 $ library/insert/create LIBXMENU11.OLB Activate.obj, AddPane.obj, AddSel.obj, ChgPane.obj, ChgSel.obj, Create.obj, DelPane.obj, DelSel.obj, Destroy.obj, Error.obj, EvHand.obj, FindPane.obj, FindSel.obj, InsPane.obj, InsSel.obj, Internal.-
Dave Love <fx@gnu.org>
parents:
diff changeset
64 obj, Locate.obj, Post.obj, Recomp.obj, SetAEQ.obj, SetFrz.obj, SetPane.obj, SetSel.obj, XDelAssoc.obj, XLookAssoc.obj, XCrAssoc.obj, XDestAssoc.obj, XMakeAssoc.obj
Dave Love <fx@gnu.org>
parents:
diff changeset
65 $ if ("insque.obj" .nes. "") then library/insert LIBXMENU11.OLB insque.obj
Dave Love <fx@gnu.org>
parents:
diff changeset
66 $ !