Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d214fcf0
Commit
d214fcf0
authored
Feb 20, 2001
by
Niels Möller
Browse files
* doc/HACKING: Added section CAVEAT.
Rev: doc/HACKING:1.13
parent
1887e439
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/HACKING
View file @
d214fcf0
...
...
@@ -260,6 +260,16 @@ SOME-STRUCT) is not a valid type). The vars-clause is just like the
corresponding clause in a class-expression.
CAVEATS
The method-like macros (COMMAND_CALL, A_WRITE, SIGN, etc) all evaluate
their first argument twice.
A good command for finding potential problems is
grep -n -e '[A-Z]([^),]*(' *.c
MEMORY ALLOCATION
As always when writing C programs, memory allocation is the most
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment