summary refs log tree commit diff
path: root/src/trap.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 11:37:42 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 11:37:42 +1000
commit22e48cd66f34efa525026c2a5192ad4ffe238b9c (patch)
tree7c5107827e89a91c2fc0be5d679f0e1de9829ee6 /src/trap.h
parentCopyright/licence updates and remove all traces of sys/cdefs.h (diff)
downloaddash-22e48cd66f34efa525026c2a5192ad4ffe238b9c.tar.gz
dash-22e48cd66f34efa525026c2a5192ad4ffe238b9c.zip
[SIGNAL] Removed use of __P from error.h
This is the only instance of __P in the entire source so it makes sense
to get rid of it rather than making it work with klibc.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 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 You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe