patch-1.3.38 linux/include/linux/symtab_begin.h
Next file: linux/include/linux/symtab_end.h
Previous file: linux/include/linux/soundcard.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Nov 7 20:04:01 1995
- Orig file:
v1.3.37/linux/include/linux/symtab_begin.h
- Orig date:
Thu Jul 13 16:20:21 1995
diff -u --recursive --new-file v1.3.37/linux/include/linux/symtab_begin.h linux/include/linux/symtab_begin.h
@@ -9,15 +9,15 @@
# ifdef MODULE
# define _set_ver(sym,ver) \
{ (void *) & sym ## _R ## ver, SYMBOL_NAME_STR(sym) "_R" #ver }
-# else /* MODULE */
+# else /* !MODULE */
# define _set_ver(sym,ver) \
{ (void *) & sym, SYMBOL_NAME_STR(sym) "_R" #ver }
-# endif /* MODULE */
+# endif /* !MODULE */
# define X(a) a
# endif /* !__GENKSYMS__ */
-#else /* CONFIG_MODVERSIONS */
+#else /* !CONFIG_MODVERSIONS */
# define X(sym) { (void *) & sym, SYMBOL_NAME_STR(sym)}
-#endif /* CONFIG_MODVERSIONS */
+#endif /* !CONFIG_MODVERSIONS */
#define EMPTY {0,0}
0, 0, 0, {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this