X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/885824d34f6f6626fde2fb041801408cbaf1f6f1..69db2541c57e431cbd87bf1ae1eb25f34bc70743:/src/Headers/pairNode.h diff --git a/src/Headers/pairNode.h b/src/Headers/pairNode.h index 15d6731..6b6cf3f 100644 --- a/src/Headers/pairNode.h +++ b/src/Headers/pairNode.h @@ -1,5 +1,5 @@ /* -** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000. +** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003. ** See ../LICENSE for license information. ** */ @@ -9,7 +9,7 @@ ** needs sort_type.h, ltoken_type.h */ -typedef struct _pairNode { +typedef struct { sort sort; ltoken tok; /* enable error message to pinpoint location */ } *pairNode;