Mercurial > hg > xemacs-beta
comparison tests/DLL/dltest.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 727739f917cb |
children |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
5 -I/home/xemacs/xemacs-20.0/src -g dltest.c -o dltest | 5 -I/home/xemacs/xemacs-20.0/src -g dltest.c -o dltest |
6 */ | 6 */ |
7 | 7 |
8 # include <config.h> | 8 # include <config.h> |
9 # include "lisp.h" | 9 # include "lisp.h" |
10 # include "emacsfns.h" | |
11 | 10 |
12 Lisp_Object Qdltest_counter; | 11 Lisp_Object Qdltest_counter; |
13 | 12 |
14 DEFUN ("dltest", Fdltest, 0, 0, 0, /* | 13 DEFUN ("dltest", Fdltest, 0, 0, 0, /* |
15 Simple test function. | 14 Simple test function. |