Skip to content

Commit b13ed87

Browse files
committed
embed.fnc: Sort a list in comments
There are now enough items, that sorting is helpful to reading
1 parent 44254e7 commit b13ed87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

embed.fnc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,15 +315,15 @@
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.

0 commit comments

Comments
 (0)