Home | History | Annotate | Download | only in config

Lines Matching full:line_comment_chars

50 #define LINE_COMMENT_CHARS "|"
55 #ifndef LINE_COMMENT_CHARS
56 #define LINE_COMMENT_CHARS "#"
60 const char line_comment_chars[] = LINE_COMMENT_CHARS;