/[emacs]/emacs/lisp/progmodes/cc-engine.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-engine.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by monnier, Mon Nov 19 22:55:33 2001 UTC revision 1.21 by monnier, Fri Apr 12 03:05:04 2002 UTC
# Line 963  brace." Line 963  brace."
963               (c-beginning-of-statement-1)               (c-beginning-of-statement-1)
964               (setq c-parsing-error               (setq c-parsing-error
965                     (format "No matching `if' found for `else' on line %d"                     (format "No matching `if' found for `else' on line %d"
966                             (1+ (count-lines 1 here))))                             (1+ (count-lines (point-min) here))))
967               (throw 'orphan-if nil))))               (throw 'orphan-if nil))))
968          (cond          (cond
969           ((looking-at "else\\b[^_]")           ((looking-at "else\\b[^_]")

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26