File: cpp

package info (click to toggle)
le 1.16.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,848 kB
  • sloc: ansic: 30,032; cpp: 18,198; sh: 4,754; makefile: 112; perl: 82
file content (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# -*- LE-syntax -*-
c4,1=^[ \t]*((?:#|%:)[ \t]*(?:assert|define|elif|else|endif|error|ident|if|ifdef\
	|ifndef|import|include(?:_next)?|line|pragma(?:[ \t]+once|STDC|pack\b)?\
	|sccs|unassert|undef)\b)
c4,1=^[ \t]*((?:#|%:))
c3,1=^[ \t]*(?:#|%:)[ \t]*include(?:_next)?[ \t]*(<[^>\n]*>|"[^"\n]*")