[PPL-devel] ppl ./configure.ac src/Integer.types.hh src/Ma ...

Roberto Bagnara roberto at cs.unipr.it
Thu Aug 12 11:36:59 CEST 2004


CVSROOT:	/cvs/ppl
Module name:	ppl
Branch: 	altnum
Changes by:	roberto at cs.unipr.it	2004-08-12 11:36:59

Modified files:
	.              : configure.ac 
	src            : Integer.types.hh Makefile.am 

Log message:
	Do not use C types like char, short, long and long long.
	Use the fixed width types int8_t, int16_t, int32_t and int64_t instead.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/configure.ac.diff?cvsroot=ppl&only_with_tag=altnum&r1=1.114.2.1&r2=1.114.2.2
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Integer.types.hh.diff?cvsroot=ppl&only_with_tag=altnum&r1=1.8.2.1&r2=1.8.2.2
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Makefile.am.diff?cvsroot=ppl&only_with_tag=altnum&r1=1.70.2.2&r2=1.70.2.3




More information about the PPL-devel mailing list