inweb-bootstrap/Tangled
Philip Chimento f5b5971aac Fix return type of InCSupport::tangle_line
This method is called with INT_METHOD_CALL, but had a void return type.
This caused the return value to be some random value from the stack, and
if it happened to be FALSE, LanguageMethods::tangle_line would write the
line out a second time. This was causing inweb to output invalid programs
due to every line being duplicated.
2022-04-07 21:33:43 -07:00
..
inweb.c Fix return type of InCSupport::tangle_line 2022-04-07 21:33:43 -07:00
magic-settings.txt Added ctags support 2021-08-11 12:01:50 +01:00