diff options
| author | Adrian Robert | 2009-10-12 00:35:54 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-10-12 00:35:54 +0000 |
| commit | 3d87f118914ff7cdf2cc43a51a4f425d904f372f (patch) | |
| tree | 1d48aa004a3f33fb52d94ea08faea5f44614a32d /src | |
| parent | bf6c75c9675cae46afc82ad87dfdb4fe413a5114 (diff) | |
| download | emacs-3d87f118914ff7cdf2cc43a51a4f425d904f372f.tar.gz emacs-3d87f118914ff7cdf2cc43a51a4f425d904f372f.zip | |
* config.in (NS_HAVE_NSINTEGER): Drop.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/config.in | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c462146157c..945b08fca90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -33,6 +33,8 @@ | |||
| 33 | (EmacsScroller-mouseDown:) Use long format in printf, and cast | 33 | (EmacsScroller-mouseDown:) Use long format in printf, and cast |
| 34 | argument. | 34 | argument. |
| 35 | 35 | ||
| 36 | * config.in (NS_HAVE_NSINTEGER): Drop. | ||
| 37 | |||
| 36 | 2009-10-11 Glenn Morris <rgm@gnu.org> | 38 | 2009-10-11 Glenn Morris <rgm@gnu.org> |
| 37 | 39 | ||
| 38 | * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535) | 40 | * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535) |
diff --git a/src/config.in b/src/config.in index c250e1a933b..4241b3eee41 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -828,9 +828,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 828 | /* Define to 1 if you don't have struct exception in math.h. */ | 828 | /* Define to 1 if you don't have struct exception in math.h. */ |
| 829 | #undef NO_MATHERR | 829 | #undef NO_MATHERR |
| 830 | 830 | ||
| 831 | /* Define to 1 if `NSInteger' is defined. */ | ||
| 832 | #undef NS_HAVE_NSINTEGER | ||
| 833 | |||
| 834 | /* Define to 1 if you are using NS windowing under MacOS X. */ | 831 | /* Define to 1 if you are using NS windowing under MacOS X. */ |
| 835 | #undef NS_IMPL_COCOA | 832 | #undef NS_IMPL_COCOA |
| 836 | 833 | ||