summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-15 18:40:24 -0500
committerJune McEnroe <june@causal.agency>2021-02-15 18:41:46 -0500
commita92f1260ea8fa662f0944a4941c8d87b37b15761 (patch)
tree824184759394468fbf19596cc1bfa9cff0d931a4 /chat.c
parentAdd donation link to README (diff)
downloadcatgirl-a92f1260ea8fa662f0944a4941c8d87b37b15761.tar.gz
catgirl-a92f1260ea8fa662f0944a4941c8d87b37b15761.zip
Don't expand macro if it can't be converted to mbs
Otherwise expanding a macro could hit the assertion in editBuffer
while converting to mbs for consumption by the rest of the program.
Diffstat (limited to 'chat.c')
0 files changed, 0 insertions, 0 deletions
f547b979bbf95c54c3d45864d4a8a&follow=1'>Clean up C lexerJune McEnroe 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe