diff src/process.h @ 5140:e5380fdaf8f1

merge
author Ben Wing <ben@xemacs.org>
date Sat, 13 Mar 2010 05:38:34 -0600
parents b5df3737028a
children 308d34e9f07d
line wrap: on
line diff
--- a/src/process.h	Fri Mar 12 20:23:50 2010 -0600
+++ b/src/process.h	Sat Mar 13 05:38:34 2010 -0600
@@ -27,7 +27,7 @@
 /* struct Lisp_Process is defined in procimpl.h; only process-*.c need
    to know about the guts of it. */
 
-DECLARE_LRECORD (process, Lisp_Process);
+DECLARE_LISP_OBJECT (process, Lisp_Process);
 #define XPROCESS(x) XRECORD (x, process, Lisp_Process)
 #define wrap_process(p) wrap_record (p, process)
 #define PROCESSP(x) RECORDP (x, process)