summaryrefslogtreecommitdiff
path: root/src/nsgui.h
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-01-22 13:55:44 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-01-22 13:55:44 +0000
commit3fe53a835df4dbb01a5ba6bf5e7650fdab3a11f8 (patch)
tree941b180b6c8444e82e5fdca0df673c09cb1408fb /src/nsgui.h
parent575fb8bdb4033a74f874948a2e533cf534eda6ad (diff)
downloademacs-3fe53a835df4dbb01a5ba6bf5e7650fdab3a11f8.tar.gz
Remove '23' comments that indicated code added during update from emacs-20 -> emacs-23.
Diffstat (limited to 'src/nsgui.h')
-rw-r--r--src/nsgui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nsgui.h b/src/nsgui.h
index 10bdd5be2af..9bf6be695da 100644
--- a/src/nsgui.h
+++ b/src/nsgui.h
@@ -60,7 +60,7 @@ typedef struct _XCharStruct
int descent;
} XCharStruct;
-/* 23: Fake tructure from Xlib.h to represent two-byte characters. */
+/* Fake tructure from Xlib.h to represent two-byte characters. */
#ifndef __OBJC__
typedef unsigned short unichar;
#endif
@@ -121,8 +121,8 @@ typedef int Display;
typedef Lisp_Object XrmDatabase;
-/* 23: some sort of attempt to normalize rectangle handling.. seems a bit much
- for what is accomplished */
+/* some sort of attempt to normalize rectangle handling.. seems a bit much
+ for what is accomplished */
typedef struct {
int x, y;
unsigned width, height;