diff options
| author | Richard M. Stallman | 1995-12-26 04:33:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-26 04:33:01 +0000 |
| commit | 1f0af748ca467fa5d04c9c1fc62f5946d059991f (patch) | |
| tree | 0f562f25f2e8f3b57249308ac267e44be4e09186 /src | |
| parent | 4fcff7b6ac771c3c818c809108f365e21577e332 (diff) | |
| download | emacs-1f0af748ca467fa5d04c9c1fc62f5946d059991f.tar.gz emacs-1f0af748ca467fa5d04c9c1fc62f5946d059991f.zip | |
(NULL): #undef deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 264397313b1..32210145741 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -20,7 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #undef NULL | ||
| 24 | #include "lisp.h" | 23 | #include "lisp.h" |
| 25 | 24 | ||
| 26 | #ifndef standalone | 25 | #ifndef standalone |