File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 315315: like 'int' or 'char', and 'cast' by perhaps 'struct foo'.
316316:
317317: The complete list of conventions is:
318- : type the argument names a type
319- : cast the argument names a type which the macro casts to
320- : SP the argument is the stack pointer, SP
321318: block the argument is a C brace-enclosed block
319+ : cast the argument names a type which the macro casts to
322320: number the argument is a C numeric constant, like 3
323- : token the argument is a generic C preprocessor token, like abc
321+ : SP the argument is the stack pointer, SP
324322: "string" the argument is a literal C double-quoted string; what's important
325323: here are the quotes; for clarity, you can say whatever you want
326324: inside them
325+ : token the argument is a generic C preprocessor token, like abc
326+ : type the argument names a type
327327:
328328: Unlike other arguments, none of these is of the form 'int name'. There is no
329329: name.
You can’t perform that action at this time.
0 commit comments