aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorPaul Eggert2012-05-30 22:08:37 -0700
committerPaul Eggert2012-05-30 22:08:37 -0700
commitba93a18774352c97d6dd73c73141cbff6305581b (patch)
treeb53eed3c4caf927d4099fcddc1c97d286dfd13e5 /src/s
parent500fcedc32199750ee61ce6caba3914fe204e629 (diff)
downloademacs-ba93a18774352c97d6dd73c73141cbff6305581b.tar.gz
emacs-ba93a18774352c97d6dd73c73141cbff6305581b.zip
Remove obsolete '#define static' cruft.
* etc/PROBLEMS: Remove obsolete '#define static' cruft. * lwlib/xlwmenu.c [emacs]: Include "bitmaps/gray.xbm". (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits) [!emacs]: Remove; all uses replaced with definiens. * src/s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef. This #undef was "temporary" in 2000; it is no longer needed now that '#define static' has gone away. * src/xfns.c, src/xterm.h (gray_bitmap_width, gray_bitmap_height) (gray_bitmap_bits): Remove; no longer needed. All uses replaced with definiens. * src/xterm.c: Include "bitmaps/gray.xbm".
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10-20.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h
index 3e25b1bd0d9..f1ae50c533a 100644
--- a/src/s/hpux10-20.h
+++ b/src/s/hpux10-20.h
@@ -95,12 +95,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
95#define HAVE_XRMSETDATABASE 95#define HAVE_XRMSETDATABASE
96#endif 96#endif
97 97
98/* 2000-11-21: Temporarily disable Unix 98 large file support found by
99 configure. It fails on HPUX 11, at least, because it enables
100 header sections which lose when `static' is defined away, as it is
101 on HP-UX. (You get duplicate symbol errors on linking). */
102#undef _FILE_OFFSET_BITS
103
104/* Conservative garbage collection has not been tested, so for now 98/* Conservative garbage collection has not been tested, so for now
105 play it safe and stick with the old-fashioned way of marking. */ 99 play it safe and stick with the old-fashioned way of marking. */
106#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE 100#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE