[pypy-commit] cffi default: Update this doc, which ends up (also) in C sources produced by

arigo noreply at buildbot.pypy.org
Mon Nov 23 15:33:23 EST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2429:861b87566560
Date: 2015-11-23 17:51 +0100
http://bitbucket.org/cffi/cffi/changeset/861b87566560/

Log:	Update this doc, which ends up (also) in C sources produced by
	ffi.set_source()

diff --git a/cffi/parse_c_type.h b/cffi/parse_c_type.h
--- a/cffi/parse_c_type.h
+++ b/cffi/parse_c_type.h
@@ -1,5 +1,6 @@
 
-/* See doc/misc/parse_c_type.rst in the source of CFFI for more information */
+/* This part is from file 'cffi/parse_c_type.h'.  It is copied at the
+   beginning of C sources generated by CFFI's ffi.set_source(). */
 
 typedef void *_cffi_opcode_t;
 


More information about the pypy-commit mailing list