From 90d9dd6669ec359fb5861a20cf05dc995458594e Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Mon, 29 Mar 1999 23:05:49 +0000 Subject: [PATCH] Fixed the 'extra token after the endif' bug that was breaking some Unix builds. --- string/obsolete/nsXPIDLString.h | 2 +- xpcom/ds/nsXPIDLString.h | 2 +- xpcom/public/nsXPIDLString.h | 2 +- xpcom/string/obsolete/nsXPIDLString.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/string/obsolete/nsXPIDLString.h b/string/obsolete/nsXPIDLString.h index 24bd3650a2ed..e1a4e440570d 100644 --- a/string/obsolete/nsXPIDLString.h +++ b/string/obsolete/nsXPIDLString.h @@ -79,7 +79,7 @@ #ifndef __PRUNICHAR__ #define __PRUNICHAR__ typedef PRUint16 PRUnichar; -#endif __PRUNICHAR__ +#endif /* __PRUNICHAR__ */ //////////////////////////////////////////////////////////////////////// // nsXPIDLString diff --git a/xpcom/ds/nsXPIDLString.h b/xpcom/ds/nsXPIDLString.h index 24bd3650a2ed..e1a4e440570d 100644 --- a/xpcom/ds/nsXPIDLString.h +++ b/xpcom/ds/nsXPIDLString.h @@ -79,7 +79,7 @@ #ifndef __PRUNICHAR__ #define __PRUNICHAR__ typedef PRUint16 PRUnichar; -#endif __PRUNICHAR__ +#endif /* __PRUNICHAR__ */ //////////////////////////////////////////////////////////////////////// // nsXPIDLString diff --git a/xpcom/public/nsXPIDLString.h b/xpcom/public/nsXPIDLString.h index 24bd3650a2ed..e1a4e440570d 100644 --- a/xpcom/public/nsXPIDLString.h +++ b/xpcom/public/nsXPIDLString.h @@ -79,7 +79,7 @@ #ifndef __PRUNICHAR__ #define __PRUNICHAR__ typedef PRUint16 PRUnichar; -#endif __PRUNICHAR__ +#endif /* __PRUNICHAR__ */ //////////////////////////////////////////////////////////////////////// // nsXPIDLString diff --git a/xpcom/string/obsolete/nsXPIDLString.h b/xpcom/string/obsolete/nsXPIDLString.h index 24bd3650a2ed..e1a4e440570d 100644 --- a/xpcom/string/obsolete/nsXPIDLString.h +++ b/xpcom/string/obsolete/nsXPIDLString.h @@ -79,7 +79,7 @@ #ifndef __PRUNICHAR__ #define __PRUNICHAR__ typedef PRUint16 PRUnichar; -#endif __PRUNICHAR__ +#endif /* __PRUNICHAR__ */ //////////////////////////////////////////////////////////////////////// // nsXPIDLString