diff options
| author | Dan Nicolaescu | 2010-10-10 08:49:31 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-10-10 08:49:31 -0700 |
| commit | edfd76ce9129a09cc5c338254127514fd0aea4be (patch) | |
| tree | 6d0f26a0f5e8b81f7f35565ed06b6483ce0663e7 /src/vm-limit.c | |
| parent | a4daeecfef2bf5822f2b514b2878391b90edf741 (diff) | |
| download | emacs-edfd76ce9129a09cc5c338254127514fd0aea4be.tar.gz emacs-edfd76ce9129a09cc5c338254127514fd0aea4be.zip | |
Remove #ifdef emacs / #ifndef emacs code, unused.
* src/vm-limit.c:
* src/unexhp9k800.c:
* src/unexelf.c:
* src/unexaix.c:
* src/termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
Diffstat (limited to 'src/vm-limit.c')
| -rw-r--r-- | src/vm-limit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vm-limit.c b/src/vm-limit.c index 63f0f47e2d0..813ee6163c9 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -17,12 +17,9 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifdef emacs | ||
| 21 | #include <config.h> | 20 | #include <config.h> |
| 22 | #include <setjmp.h> | 21 | #include <setjmp.h> |
| 23 | #include "lisp.h" | 22 | #include "lisp.h" |
| 24 | #endif | ||
| 25 | |||
| 26 | #include "mem-limits.h" | 23 | #include "mem-limits.h" |
| 27 | 24 | ||
| 28 | /* | 25 | /* |