Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [d86091200c]:

To Artifact [9452666c10]:


635
636
637
638
639
640
641

642
643
644
645
646
647
648
}

static void nxttok(void) {
  if(pushback) {
    pushback=0;
    return;
  }

  again:
  nxttok1();
  if(tokent&TF_EOF) {
    if(inpstack) {
      InputStack s=*inpstack;
      free(inpstack);
      fclose(classfp);







>







635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
}

static void nxttok(void) {
  if(pushback) {
    pushback=0;
    return;
  }
  if(StackProtection()) fatal("Stack overflow\n");
  again:
  nxttok1();
  if(tokent&TF_EOF) {
    if(inpstack) {
      InputStack s=*inpstack;
      free(inpstack);
      fclose(classfp);