From 6297d437585be15616a47802c84f592447ed5cdd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 30 Apr 2012 22:22:05 +0200 Subject: changed size to a bigint --- DEVELOPERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DEVELOPERS') diff --git a/DEVELOPERS b/DEVELOPERS index f1e196e..82899ee 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -15,10 +15,10 @@ Coding guidelines 8-character TABs. - Standard C89, portable to all platforms supporting FUSE (Linux, - FreeBSD, OpenBSD, NetBSD, Darwin/MacOSX). No C++, no C99. Some - newer 64-bit things like 'endian.h' are allowed, if there is no - other option. + Standard C99, portable to all platforms supporting FUSE (Linux, + FreeBSD, OpenBSD, NetBSD, Darwin/MacOSX). No C++, normally no C99. + Some newer 64-bit things like 'endian.h', 'stdint.h' are allowed, + if there is no other option. Do not introduce unnecessary 3rd party dependencies in addition to the required 'libfuse' and 'libpq'. -- cgit v1.2.3-54-g00ecf