Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gcl (2.6.7+dfsga-16) unstable; urgency=high
 .
   * no linker script on hurd;fix OBJ_ALIGN
Author: Camm Maguire <camm@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- gcl-2.6.7+dfsga.orig/o/alloc.c
+++ gcl-2.6.7+dfsga/o/alloc.c
@@ -809,15 +809,15 @@ DEFUN_NEW("ALLOCATED",object,fSallocated
 	     ));
 }
  
-DEFUN_NEW("RESET-NUMBER-USED",object,fSreset_number_used,SI,0,1,NONE,OO,OO,OO,OO,(object typ),"")
-{int i;
- if (VFUN_NARGS == 1)
-   { tm_table[t_from_type(typ)].tm_nused = 0;}
- else
- for (i=0; i <= t_relocatable ; i++)
-   { tm_table[i].tm_nused = 0;}
-  RETURN1(sLnil);
-}
+/* DEFUN_NEW("RESET-NUMBER-USED",object,fSreset_number_used,SI,0,1,NONE,OO,OO,OO,OO,(object typ),"") */
+/* {int i; */
+/*  if (VFUN_NARGS == 1) */
+/*    { tm_table[t_from_type(typ)].tm_nused = 0;} */
+/*  else */
+/*  for (i=0; i <= t_relocatable ; i++) */
+/*    { tm_table[i].tm_nused = 0;} */
+/*   RETURN1(sLnil); */
+/* } */
 
 #define IN_CONTBLOCK_P(p,pi) ((void *)p>=(void *)pi && (void *)p<(void *)pi+pi->in_use*PAGESIZE)
 
@@ -966,7 +966,7 @@ init_tm(enum type t, char *name, int els
   tm_table[(int)t].tm_nppage = (PAGESIZE-sizeof(struct pageinfo))/ROUND_UP_PTR(elsize);
   tm_table[(int)t].tm_free = OBJNULL;
   tm_table[(int)t].tm_nfree = 0;
-  tm_table[(int)t].tm_nused = 0;
+  /* tm_table[(int)t].tm_nused = 0; */
   /*tm_table[(int)t].tm_npage = 0; */  /* dont zero nrbpage.. */
   tm_table[(int)t].tm_maxpage = maxpage;
   tm_table[(int)t].tm_gbccount = 0;
