diff options
| author | Jim Blandy | 1993-03-13 23:31:35 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-13 23:31:35 +0000 |
| commit | 8c64cf16532479cbd7169f194ed6cb99de801219 (patch) | |
| tree | cb85f7fff07eb6533a2639e02bd56135166603b0 /src | |
| parent | bb69479208e8adc9dc09f765d4c49651ec7dce89 (diff) | |
| download | emacs-8c64cf16532479cbd7169f194ed6cb99de801219.tar.gz emacs-8c64cf16532479cbd7169f194ed6cb99de801219.zip | |
* s/usg5-4.h: Remove extraneous text after #undef LIB_X11_LIB.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/usg5-4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 3adb80ac1fc..c3d959c2fe2 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -171,7 +171,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 171 | fatal ("ioctl I_PUSH ttcompat", errno); | 171 | fatal ("ioctl I_PUSH ttcompat", errno); |
| 172 | 172 | ||
| 173 | /* Undo the SVr3 X11 library definition */ | 173 | /* Undo the SVr3 X11 library definition */ |
| 174 | #undef LIB_X11_LIB -lX11 | 174 | #undef LIB_X11_LIB |
| 175 | 175 | ||
| 176 | /* The definition of this in s-usg5-3.h is not needed in 5.4. */ | 176 | /* The definition of this in s-usg5-3.h is not needed in 5.4. */ |
| 177 | /* liblnsl_s should never be used. The _s suffix implies a shared | 177 | /* liblnsl_s should never be used. The _s suffix implies a shared |