Function: semantic-lex-cpp-hashhash

semantic-lex-cpp-hashhash is a byte-compiled function defined in c.el.gz.

Signature

(semantic-lex-cpp-hashhash)

Documentation

Match ## inside a CPP macro as special.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/c.el.gz
(define-lex-simple-regex-analyzer semantic-lex-cpp-hashhash
  "Match ## inside a CPP macro as special."
  "##" 'spp-concat)