3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / nsgmls.src / lib / NameToken.h
blob73b115275de288bca32a802fd2592935123e0ee8
1 // Copyright (c) 1994 James Clark
2 // See the file COPYING for copying permission.
3 #pragma ident "%Z%%M% %I% %E% SMI"
5 #ifndef NameToken_INCLUDED
6 #define NameToken_INCLUDED 1
8 #include "Location.h"
9 #include "StringC.h"
11 #ifdef SP_NAMESPACE
12 namespace SP_NAMESPACE {
13 #endif
15 struct NameToken {
16 StringC name;
17 StringC origName;
18 Location loc;
21 #ifdef SP_NAMESPACE
23 #endif
25 #endif /* not NameToken_INCLUDED */