This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/6] vfprintf: Introduce JUMP_TABLE_BASE_LABEL


Florian Weimer wrote:
+# define REF(Name) &&do_##Name - &&JUMP_TABLE_BASE_LABEL
...
+# define REF(Name) &&do2_##Name - &&JUMP_TABLE_BASE_LABEL

The definientia should be parenthesized.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]