File: gcc-15.patch

package info (click to toggle)
f2j 0.8.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,604 kB
  • sloc: ansic: 18,992; java: 3,987; yacc: 3,804; sh: 153; makefile: 149
file content (15 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Update function declaration to match prototype
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096604
Author: tony mancill <tmancill@debian.org>

--- a/src/codegen.c
+++ b/src/codegen.c
@@ -762,7 +762,7 @@
  *****************************************************************************/
 
 void
-free_lists(JVM_METHOD *meth)
+free_lists()
 {
   Dlist tmp;