Function: cpp-parse-error

cpp-parse-error is a byte-compiled function defined in cpp.el.gz.

Signature

(cpp-parse-error ERROR)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defun cpp-parse-error (error)
  ;; Error message issued by the cpp parser.
  (error "%s at line %d" error (count-lines (point-min) (point))))