diff options
| author | Richard M. Stallman | 2007-09-21 23:03:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-09-21 23:03:45 +0000 |
| commit | 0681b95814d50249df67fd8647b3bed9c4ca77a4 (patch) | |
| tree | f6511335f2b58df73ce86ead0153cee46749048d /src | |
| parent | 5d822c1265a980aa785524a6938039c2276083a2 (diff) | |
| download | emacs-0681b95814d50249df67fd8647b3bed9c4ca77a4.tar.gz emacs-0681b95814d50249df67fd8647b3bed9c4ca77a4.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index 1fb83a7a075..62427ba98a6 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -173,7 +173,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 173 | longer needed. Try uncommenting the following if you have problems | 173 | longer needed. Try uncommenting the following if you have problems |
| 174 | on older versions. */ | 174 | on older versions. */ |
| 175 | 175 | ||
| 176 | /*#define static */ | 176 | /* This is unnecessary in HPUX versions 10.20, 11.0, 11.11, 11.23. */ |
| 177 | |||
| 178 | /* #define static */ | ||
| 177 | 179 | ||
| 178 | /* Define extra libraries to load. | 180 | /* Define extra libraries to load. |
| 179 | This should have -lBSD, but that library is said to make | 181 | This should have -lBSD, but that library is said to make |