X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d427b66a664c0e1ffc818dfa5b87b45b4857d2ae..cb94103f1744a17f140a94ba322a87e612d39d51:/src/chpdef.h diff --git a/src/chpdef.h b/src/chpdef.h index 43f7bbf434..3696cbc487 100644 --- a/src/chpdef.h +++ b/src/chpdef.h @@ -1,3 +1,8 @@ +/* + * The code here is forced by the interface, and is not subject to + * copyright, constituting the only possible expression of the + * algorithm in this format. + */ #define CHP$_END 0 #define CHP$_ACCESS 1 #define CHP$_FLAGS 2 @@ -36,3 +41,6 @@ #define CHP$V_READ 0 #define CHP$V_WRITE 1 #define CHP$V_USEREADALL 2 + +/* arch-tag: a7117984-e927-4f8e-932e-35d5fd524f12 + (do not change this comment) */