Remove more Lynx leftovers

A couple #if defined(Lynx) && defined(sun) had become just if defined(sun),
resulting in wrong settings for Solaris builds, so they're now just deleted.
This commit is contained in:
Alan Coopersmith 2008-07-17 09:35:30 -07:00
commit 058100fd19
2 changed files with 0 additions and 8 deletions

View file

@ -53,9 +53,6 @@
#ifndef _LOADER_H
#define _LOADER_H
#if defined(sun)
#define const /**/
#endif
#include <X11/Xosdefs.h>
#include <X11/Xfuncproto.h>
#include <X11/Xmd.h>