Searched defs:__IDSTRING (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h127 * We got usable __IDSTRING __COPYRIGHT __RCSID __SCCSID macros
133 #undef __IDSTRING macro
142 #define __IDSTRING(prefix, string) /* nothing */ macro
144 #define __IDSTRING(prefix, string) \ macro
148 #define __COPYRIGHT(x) __IDSTRING(copyright,x)
149 #define __RCSID(x) __IDSTRING(rcsid,x)
150 #define __SCCSID(x) __IDSTRING(sccsid,x)

Completed in 52 milliseconds