undef reg in gdb_curses.h
[deliverable/binutils-gdb.git] / gdb / gdb_curses.h
index 37b2d5b8c4997171fc6acb3c706e7ffd29d6fd5c..92c6db169d00c0dab34925c4a665cca696413f76 100644 (file)
 extern int tgetnum (const char *);
 #endif
 
+/* SunOS's curses.h has a '#define reg register' in it.  Thank you Sun.  */
+/* Ditto for:
+   -bash-4.2$ uname -a
+   AIX power-aix 1 7 00F84C0C4C00  */
+#ifdef reg
+#undef reg
+#endif
+
 #endif /* gdb_curses.h */
This page took 0.023392 seconds and 4 git commands to generate.