summaryrefslogtreecommitdiff
path: root/DEVELOPERS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-30 22:22:05 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-30 22:22:05 +0200
commit6297d437585be15616a47802c84f592447ed5cdd (patch)
tree19b7469df229c245b689f08ab551ae43c76c7a15 /DEVELOPERS
parent0803c7828d34202f14f2d4b0e9a89044ffcf0bd6 (diff)
downloadpgfuse-6297d437585be15616a47802c84f592447ed5cdd.tar.gz
pgfuse-6297d437585be15616a47802c84f592447ed5cdd.tar.bz2
changed size to a bigint
Diffstat (limited to 'DEVELOPERS')
-rw-r--r--DEVELOPERS8
1 files changed, 4 insertions, 4 deletions
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'.