aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-03-16 08:07:05 +0000
committerYAMAMOTO Mitsuharu2005-03-16 08:07:05 +0000
commite7474cdda81b597b32ddffe6e20040c08e3abadf (patch)
tree9a01b6f4d32bca5b1cff6935d5ea15937f94781a /src
parent214080a533f63bb40b172a5c8fbd1d725a5cfdad (diff)
downloademacs-e7474cdda81b597b32ddffe6e20040c08e3abadf.tar.gz
emacs-e7474cdda81b597b32ddffe6e20040c08e3abadf.zip
(XrmDatabase): Typedef to Lisp_Object.
Diffstat (limited to 'src')
-rw-r--r--src/macgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macgui.h b/src/macgui.h
index 9cddd8101e7..96fd54a603b 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */
25 25
26typedef int Display; /* fix later */ 26typedef int Display; /* fix later */
27 27
28typedef char * XrmDatabase; /* fix later */ 28typedef Lisp_Object XrmDatabase;
29 29
30typedef unsigned long Time; 30typedef unsigned long Time;
31 31