Commit 18d3212
committed
Add c-lang-defconst c-anchored-cpp-prefix
This is the cause of the error that occurred in Emacs snapshots (later
25) and 26 development versions. We must confess that we did not know
how to debug Emacs Lisp and CC Mode.
PHP Mode inherits the properties of java-mode, but Java has no
preprocessor, and PHP defined `c-opt-cpp-prefix` for PHP tags.
Therefore, by properly defining `c-anchored-cpp-prefix`, errors are
prevented from occurring.
This error was c-macro-is-genuine-p called from c-beginning-of-macro,
but this problem is obscured by the huge `condition-case` of
`c-syntactic-re-search-forward`.1 parent 05d7474 commit 18d3212
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
489 | 492 | | |
490 | 493 | | |
491 | 494 | | |
| |||
0 commit comments