diff options
| author | Kenichi Handa | 2010-05-14 12:52:21 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-05-14 12:52:21 +0900 |
| commit | 508197067c434b0111bcb6ded742d424bb738ece (patch) | |
| tree | 8771c78dae5018afa802675f0f798251d492ba31 /src/s | |
| parent | 0e5d78007c37e98a5682a5d4c18966cdf6063c0b (diff) | |
| parent | fbc00890119ec27ceaf50a0969ee121bef22905a (diff) | |
| download | emacs-508197067c434b0111bcb6ded742d424bb738ece.tar.gz emacs-508197067c434b0111bcb6ded742d424bb738ece.zip | |
merge trunk
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/netbsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index b8df9014ecc..4874ec9af56 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | 26 | ||
| 27 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 27 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
| 28 | 28 | ||
| 29 | #define AMPERSAND_FULL_NAME | ||
| 30 | |||
| 31 | /* On post 1.3 releases of NetBSD, gcc -nostdlib also clears | 29 | /* On post 1.3 releases of NetBSD, gcc -nostdlib also clears |
| 32 | the library search parth, i.e. it won't search /usr/lib | 30 | the library search parth, i.e. it won't search /usr/lib |
| 33 | for libc and friends. Using -nostartfiles instead avoids | 31 | for libc and friends. Using -nostartfiles instead avoids |