More fixed limits (NOBJECTS, LOCSIZ) stop being fixed.

This commit is contained in:
Eric S. Raymond 2017-06-24 10:18:33 -04:00
parent 985137d9c7
commit 64035d0026
5 changed files with 8 additions and 15 deletions

View file

@ -17,6 +17,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <unistd.h>
#include "newdb.h"
#include "common.h"
// Global variables for use in functions below that can gradually disappear as code is cleaned up