summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-aj
blob: 5536957701ee8ca5665ae2730ff9a0c0ad17b1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aj,v 1.9 2003/09/26 14:31:40 fredb Exp $

--- src/wp/ap/xp/ap_Menu_Id.h.orig	2001-11-08 20:27:10.000000000 -0600
+++ src/wp/ap/xp/ap_Menu_Id.h
@@ -33,11 +33,15 @@
 
 /* the following Id's must start at zero and be contiguous */
 
+
 #define menuitem(id)			AP_MENU_ID_##id,
+#define menuitemlast(id)		AP_MENU_ID_##id
 
 enum _Ap_Menu_Id
 {
+#define MENUITEMLAST_IS_SPECIAL
 #include "ap_Menu_Id_List.h"
+#undef MENUITEMLAST_IS_SPECIAL
 };