Browse Source

* function type problem for gdb fix

pierre 27 years ago
parent
commit
f61d574389
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/symdef.inc

+ 5 - 2
compiler/symdef.inc

@@ -2510,7 +2510,7 @@
           param := param^.next;
           end;
         getmem(nss,1024);
-        strpcopy(nss,'f'+retdef^.numberstring+','+tostr(i)+';');
+        strpcopy(nss,'f'+retdef^.numberstring{+','+tostr(i)}+';');
         param := para1;
         i := 0;
         { this confuses gdb !!
@@ -3223,7 +3223,10 @@
 
 {
   $Log$
-  Revision 1.76  1998-11-29 21:45:48  florian
+  Revision 1.77  1998-12-01 23:37:39  pierre
+   * function type problem for gdb fix
+
+  Revision 1.76  1998/11/29 21:45:48  florian
     * problem with arrays with init tables fixed
 
   Revision 1.75  1998/11/29 12:45:59  peter