mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
d75c35ba30
Due to ambiguities in the grammar, qc-style function params and c-style function params had to be completely separated. This means that qc-style functions can not use pointers and must use qc-style function declarations for parameters, and c-style functions must use c-style param declarations. While this rule is tedious for converting the Ruamoko library, it does actually make for a more consistent language. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |