Removal of `is' keyword.

Replacement of `is' by `=' for constant definitions.
Replaced `indexing' by `note'.


git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@76420 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
manus
2008-12-29 20:27:11 +00:00
parent 544b5784ae
commit 5506ab09dc
16 changed files with 223 additions and 223 deletions

View File

@@ -1,4 +1,4 @@
indexing
note
description: "[
cURL library constants used by curl_global_init ()
]"
@@ -12,7 +12,7 @@ class
feature -- Query
curl_global_ssl: NATURAL_64 is
curl_global_ssl: NATURAL_64
-- Delcared as CURL_GLOBAL_SSL
external
"C inline use <curl/curl.h>"
@@ -22,7 +22,7 @@ feature -- Query
]"
end
curl_global_win32: NATURAL_64 is
curl_global_win32: NATURAL_64
-- Delcared as CURL_GLOBAL_WIN32
external
"C inline use <curl/curl.h>"
@@ -32,7 +32,7 @@ feature -- Query
]"
end
curl_global_all: NATURAL_64 is
curl_global_all: NATURAL_64
-- Delcared as CURL_GLOBAL_ALL
external
"C inline use <curl/curl.h>"
@@ -42,7 +42,7 @@ feature -- Query
]"
end
curl_global_nothing: NATURAL_64 is
curl_global_nothing: NATURAL_64
-- Delcared as CURL_GLOBAL_NOTHING
external
"C inline use <curl/curl.h>"
@@ -52,7 +52,7 @@ feature -- Query
]"
end
curl_global_default: NATURAL_64 is
curl_global_default: NATURAL_64
-- Delcared as CURL_GLOBAL_DEFAULT
external
"C inline use <curl/curl.h>"
@@ -62,7 +62,7 @@ feature -- Query
]"
end
indexing
note
library: "cURL: Library of reusable components for Eiffel."
copyright: "Copyright (c) 1984-2006, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"