1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

gcc 2.95 (being more ANSI C++ compliant) doesn't allow declaring variables

with no type.
This commit is contained in:
Steve Price 1999-11-28 17:07:48 +00:00
parent f900a41e79
commit 388b24410c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23463

View File

@ -0,0 +1,11 @@
--- mpegsound/mpeglayer3.cc.orig Sat Nov 27 16:44:49 1999
+++ mpegsound/mpeglayer3.cc Sat Nov 27 16:45:27 1999
@@ -769,7 +769,7 @@
for(i=0;i<e;)
{
const HUFFMANCODETABLE *h;
- register end;
+ register int end;
if (i<region1Start)
{