Reduced usage of preprocessor macros

This commit is contained in:
Bert
2011-07-22 14:49:06 +02:00
parent 5f780fc3e7
commit a271e16744
12 changed files with 113 additions and 120 deletions

View File

@@ -23,9 +23,9 @@
#include <stdio.h>
#include <unistd.h>
#include "config.h"
#include "options.h"
#include "util.h"
#include "config.h"
options_t _options;
const options_t *options = (const options_t*) &_options;