Remove unnecessary extern modifier on struct declarations.
authorJames Woodcock <james_woodcock@yahoo.co.uk>
Thu, 9 Aug 2012 19:37:27 +0000 (20:37 +0100)
committerJon Trulson <jon@radscan.com>
Thu, 9 Aug 2012 19:55:54 +0000 (13:55 -0600)
cde/programs/dthelp/parser.ccdf/htag/build/build.h
cde/programs/dthelp/parser/canon1/build/build.h
cde/programs/dthelp/parser/pass1/build/build.h
cde/programs/dthelp/parser/pass2/build/build.h

index 63ed6081bf6ef5510e291654b08b625d0e7096b5..30bb54e854a585ad7d1fcda1f512122dc446f0cc 100644 (file)
@@ -64,7 +64,7 @@ typedef struct andgroup ANDGROUP ;
    next, a pointer to the next item in the list; and level, which
    indicates the level of nested subexpressions within the regular expression
    when the state was added to the FSA. */
-BUILDEXTERN struct statelist {
+struct statelist {
   STATE *value ;
   STATELIST *next ;
   int level ;
@@ -157,7 +157,7 @@ BUILDEXTERN LOGICAL errexit BUILDINIT(FALSE) ;
    a final state, a pointer to a list of transitions from the state,
    and a flag that indicates whether parsed character data is possible
    from the state */
-BUILDEXTERN struct state {
+struct state {
   LOGICAL final ;
   LOGICAL datacontent ;
   LOGICAL frompcdata ;
@@ -184,7 +184,7 @@ BUILDEXTERN STATE *startstate ;
    label corresponding to one model token and those with the same label
    corresponding to more than one model token).
    */
-BUILDEXTERN struct arc {
+struct arc {
   ELTSTRUCT *label ;
   LOGICAL optional ;
   LOGICAL minim ;
@@ -198,7 +198,7 @@ BUILDEXTERN struct arc {
 content submodels in an andgroup.  Each list element contains a pointer
 to the start state of the FSA and a pointer to the next element in the
 list */
-BUILDEXTERN struct andgroup{
+struct andgroup{
   STATE *start ;
   ANDGROUP *nextptr ;
   ANDGROUP *next ;
index 8c189ae3ec37840b7b25733e9630481ffae55a24..1f5489d9828b027af20dbe83c36cc78fadde6ab4 100644 (file)
@@ -64,7 +64,7 @@ typedef struct andgroup ANDGROUP ;
    next, a pointer to the next item in the list; and level, which
    indicates the level of nested subexpressions within the regular expression
    when the state was added to the FSA. */
-BUILDEXTERN struct statelist {
+struct statelist {
   STATE *value ;
   STATELIST *next ;
   int level ;
@@ -157,7 +157,7 @@ BUILDEXTERN LOGICAL errexit BUILDINIT(FALSE) ;
    a final state, a pointer to a list of transitions from the state,
    and a flag that indicates whether parsed character data is possible
    from the state */
-BUILDEXTERN struct state {
+struct state {
   LOGICAL final ;
   LOGICAL datacontent ;
   LOGICAL frompcdata ;
@@ -184,7 +184,7 @@ BUILDEXTERN STATE *startstate ;
    label corresponding to one model token and those with the same label
    corresponding to more than one model token).
    */
-BUILDEXTERN struct arc {
+struct arc {
   ELTSTRUCT *label ;
   LOGICAL optional ;
   LOGICAL minim ;
@@ -198,7 +198,7 @@ BUILDEXTERN struct arc {
 content submodels in an andgroup.  Each list element contains a pointer
 to the start state of the FSA and a pointer to the next element in the
 list */
-BUILDEXTERN struct andgroup{
+struct andgroup{
   STATE *start ;
   ANDGROUP *nextptr ;
   ANDGROUP *next ;
index 8a0a31d4ce273d0622bbe01ded3f7c4c6c4ef7b2..d47abc510878d9a7aa56d7c7a7b51ab4b2486308 100644 (file)
@@ -64,7 +64,7 @@ typedef struct andgroup ANDGROUP ;
    next, a pointer to the next item in the list; and level, which
    indicates the level of nested subexpressions within the regular expression
    when the state was added to the FSA. */
-BUILDEXTERN struct statelist {
+struct statelist {
   STATE *value ;
   STATELIST *next ;
   int level ;
@@ -157,7 +157,7 @@ BUILDEXTERN LOGICAL errexit BUILDINIT(FALSE) ;
    a final state, a pointer to a list of transitions from the state,
    and a flag that indicates whether parsed character data is possible
    from the state */
-BUILDEXTERN struct state {
+struct state {
   LOGICAL final ;
   LOGICAL datacontent ;
   LOGICAL frompcdata ;
@@ -184,7 +184,7 @@ BUILDEXTERN STATE *startstate ;
    label corresponding to one model token and those with the same label
    corresponding to more than one model token).
    */
-BUILDEXTERN struct arc {
+struct arc {
   ELTSTRUCT *label ;
   LOGICAL optional ;
   LOGICAL minim ;
@@ -198,7 +198,7 @@ BUILDEXTERN struct arc {
 content submodels in an andgroup.  Each list element contains a pointer
 to the start state of the FSA and a pointer to the next element in the
 list */
-BUILDEXTERN struct andgroup{
+struct andgroup{
   STATE *start ;
   ANDGROUP *nextptr ;
   ANDGROUP *next ;
index e0c8bae074253b50b97a284733a1fc6c6a7d9955..dad1724dc67547971e890e065bf005d6cfc16b5c 100644 (file)
@@ -64,7 +64,7 @@ typedef struct andgroup ANDGROUP ;
    next, a pointer to the next item in the list; and level, which
    indicates the level of nested subexpressions within the regular expression
    when the state was added to the FSA. */
-BUILDEXTERN struct statelist {
+struct statelist {
   STATE *value ;
   STATELIST *next ;
   int level ;
@@ -157,7 +157,7 @@ BUILDEXTERN LOGICAL errexit BUILDINIT(FALSE) ;
    a final state, a pointer to a list of transitions from the state,
    and a flag that indicates whether parsed character data is possible
    from the state */
-BUILDEXTERN struct state {
+struct state {
   LOGICAL final ;
   LOGICAL datacontent ;
   LOGICAL frompcdata ;
@@ -184,7 +184,7 @@ BUILDEXTERN STATE *startstate ;
    label corresponding to one model token and those with the same label
    corresponding to more than one model token).
    */
-BUILDEXTERN struct arc {
+struct arc {
   ELTSTRUCT *label ;
   LOGICAL optional ;
   LOGICAL minim ;
@@ -198,7 +198,7 @@ BUILDEXTERN struct arc {
 content submodels in an andgroup.  Each list element contains a pointer
 to the start state of the FSA and a pointer to the next element in the
 list */
-BUILDEXTERN struct andgroup{
+struct andgroup{
   STATE *start ;
   ANDGROUP *nextptr ;
   ANDGROUP *next ;