Change syntax of includes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-06-07 01:24:41 +00:00
parent 08f69cf774
commit 0e59d4552d
119 changed files with 1087 additions and 1023 deletions

View file

@ -24,7 +24,7 @@
#include "config.h"
#include <stdio.h>
#include <gnustep/base/preface.h>
#include "gnustep/base/preface.h"
#ifndef ROUND
#define ROUND(V, A) \
({ typeof(V) __v=(V); typeof(A) __a=(A); \