comparison src/alloc.c @ 727:540b047ece4d

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 24 Jun 1992 05:09:26 +0000
parents 70b112526394
children bb24f1180bb6
comparison
equal deleted inserted replaced
726:5f08efa38dd0 727:540b047ece4d
958 958
959 /* Recording what needs to be marked for gc. */ 959 /* Recording what needs to be marked for gc. */
960 960
961 struct gcpro *gcprolist; 961 struct gcpro *gcprolist;
962 962
963 #define NSTATICS 256 963 #define NSTATICS 512
964 964
965 Lisp_Object *staticvec[NSTATICS] = {0}; 965 Lisp_Object *staticvec[NSTATICS] = {0};
966 966
967 int staticidx = 0; 967 int staticidx = 0;
968 968