mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
gcc 2.95 (being more ANSI C++ compliant) doesn't allow declaring variables
with no type.
This commit is contained in:
parent
f900a41e79
commit
388b24410c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23463
11
audio/splay/files/patch-ac
Normal file
11
audio/splay/files/patch-ac
Normal 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)
|
||||
{
|
Loading…
Reference in New Issue
Block a user