diff options
| author | Richard M. Stallman | 1993-08-10 21:27:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-10 21:27:23 +0000 |
| commit | 404e81d617c914508a3d79c7713485d876a46103 (patch) | |
| tree | c09c91c904ac2dac4a34d71f06de1310a919bdc1 /src | |
| parent | dbe2a425d203048da106f42a45460206b91d3ccf (diff) | |
| download | emacs-404e81d617c914508a3d79c7713485d876a46103.tar.gz emacs-404e81d617c914508a3d79c7713485d876a46103.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloca.c b/src/alloca.c index 9c472ead6df..16f19a27672 100644 --- a/src/alloca.c +++ b/src/alloca.c | |||
| @@ -72,8 +72,8 @@ typedef char *pointer; | |||
| 72 | 72 | ||
| 73 | #ifndef emacs | 73 | #ifndef emacs |
| 74 | #define malloc xmalloc | 74 | #define malloc xmalloc |
| 75 | extern pointer xmalloc (); | ||
| 76 | #endif | 75 | #endif |
| 76 | extern pointer malloc (); | ||
| 77 | 77 | ||
| 78 | /* Define STACK_DIRECTION if you know the direction of stack | 78 | /* Define STACK_DIRECTION if you know the direction of stack |
| 79 | growth for your system; otherwise it will be automatically | 79 | growth for your system; otherwise it will be automatically |