about summary refs log tree commit diff
path: root/pm_config.in.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-09-23 18:47:55 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-09-23 18:47:55 +0000
commitb4d1d96884260e76d0cdb78ee16dd7375f0a4e54 (patch)
tree38a9e294d76a9d990a798cedd09252ec2a4879c7 /pm_config.in.h
parentcf51ef9d8e34bf490305ce8a70dc5c2b956e8169 (diff)
downloadnetpbm-mirror-b4d1d96884260e76d0cdb78ee16dd7375f0a4e54.tar.gz
netpbm-mirror-b4d1d96884260e76d0cdb78ee16dd7375f0a4e54.tar.xz
netpbm-mirror-b4d1d96884260e76d0cdb78ee16dd7375f0a4e54.zip
Eliminate uint32n, int32n
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@732 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pm_config.in.h')
-rw-r--r--pm_config.in.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pm_config.in.h b/pm_config.in.h
index bb3bf381..cbc9348c 100644
--- a/pm_config.in.h
+++ b/pm_config.in.h
@@ -111,14 +111,6 @@ extern int rand();
 
 #endif /*SYSV or Amiga*/
 
-/* We should change all of Netpbm to use uint32_t instead of uint32n,
-   because we now have a strategy for ensuring that uint32_t is defined.
-   But we're going to wait a while in case our uint32_t strategy doesn't
-   work.  04.08.24.
-*/
-typedef uint32_t uint32n;
-typedef int32_t int32n;
-
 /* CONFIGURE: On most BSD systems, malloc() gets declared in stdlib.h, on
 ** system V, it gets declared in malloc.h. On some systems, malloc.h
 ** doesn't declare these, so we have to do it here. On other systems,