diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/internal.h | 2 | ||||
-rw-r--r-- | lisp/lisp.c | 2 | ||||
-rw-r--r-- | lisp/modules/xedit.lsp | 2 | ||||
-rw-r--r-- | lisp/private.h | 2 | ||||
-rw-r--r-- | lisp/string.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lisp/internal.h b/lisp/internal.h index 6e9ba1a..487156a 100644 --- a/lisp/internal.h +++ b/lisp/internal.h @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/xedit/lisp/internal.h,v 1.1.4.3.4.1 2004/03/04 17:48:56 eich Exp $ */ +/* $XdotOrg: xc/programs/xedit/lisp/internal.h,v 1.2 2004/04/23 19:54:44 eich Exp $ */ /* * Copyright (c) 2001 by The XFree86 Project, Inc. * diff --git a/lisp/lisp.c b/lisp/lisp.c index da5d1c8..15226f6 100644 --- a/lisp/lisp.c +++ b/lisp/lisp.c @@ -46,7 +46,7 @@ #endif #if defined(linux) -#include <asm/page.h> /* for PAGE_SIZE */ +#include <asm/page.h> /* for PAGE_SIZE */ #define HAS_GETPAGESIZE #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ #endif diff --git a/lisp/modules/xedit.lsp b/lisp/modules/xedit.lsp index 970ff3a..525c965 100644 --- a/lisp/modules/xedit.lsp +++ b/lisp/modules/xedit.lsp @@ -27,7 +27,7 @@ ;; Author: Paulo César Pereira de Andrade ;; ;; -;; $XdotOrg: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.1.4.1.4.2 2004/03/05 12:46:31 eich Exp $ +;; $XdotOrg: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.2 2004/04/23 19:54:45 eich Exp $ ;; $XFree86: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.9 2003/01/16 03:50:46 paulo Exp $ ;; diff --git a/lisp/private.h b/lisp/private.h index 0b49127..43af828 100644 --- a/lisp/private.h +++ b/lisp/private.h @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XdotOrg: xc/programs/xedit/lisp/private.h,v 1.1.4.2.4.2 2004/03/04 19:58:55 kaleb Exp $ */ +/* $XdotOrg: xc/programs/xedit/lisp/private.h,v 1.2 2004/04/23 19:54:44 eich Exp $ */ /* $XFree86: xc/programs/xedit/lisp/private.h,v 1.41 2003/05/27 22:27:04 tsi Exp $ */ #ifndef Lisp_private_h diff --git a/lisp/string.c b/lisp/string.c index b12aadf..2a06b0e 100644 --- a/lisp/string.c +++ b/lisp/string.c @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XdotOrg: xc/programs/xedit/lisp/string.c,v 1.1.4.2.4.2 2004/03/04 19:58:55 kaleb Exp $ */ +/* $XdotOrg: xc/programs/xedit/lisp/string.c,v 1.2 2004/04/23 19:54:44 eich Exp $ */ /* $XFree86: xc/programs/xedit/lisp/string.c,v 1.24tsi Exp $ */ #include "lisp/helper.h" |