]> git.saurik.com Git - bison.git/blobdiff - src/assoc.h
Various DJGGP specific issues in /djgpp.
[bison.git] / src / assoc.h
index a0bb18501eaf0aecdb1d2e32824f8f154d4d89dc..b31c55e2bc4fd183ed17c82887e81b568e90d374 100644 (file)
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with Bison; see the file COPYING.  If not, write to
-   the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef ASSOC_H_
 # define ASSOC_H_
@@ -28,8 +28,8 @@ typedef enum
   right_assoc,
   left_assoc,
   non_assoc
-} assoc_t;
+} assoc;
 
-const char *assoc_to_string (assoc_t assoc);
+char const *assoc_to_string (assoc);
 
 #endif /* !ASSOC_H_ */