Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / nsgmls / NameToken.h
1 /* $XConsortium: NameToken.h /main/1 1996/07/29 16:58:18 cde-hp $ */
2 // Copyright (c) 1994 James Clark
3 // See the file COPYING for copying permission.
4
5 #ifndef NameToken_INCLUDED
6 #define NameToken_INCLUDED 1
7
8 #include "Location.h"
9 #include "StringC.h"
10
11 #ifdef SP_NAMESPACE
12 namespace SP_NAMESPACE {
13 #endif
14
15 struct NameToken {
16   StringC name;
17   StringC origName;
18   Location loc;
19 };
20
21 #ifdef SP_NAMESPACE
22 }
23 #endif
24
25 #endif /* not NameToken_INCLUDED */