mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Update wikipage Creating a new void-safe project. (Signed-off-by:alexk).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1715 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -157,7 +157,8 @@ feature -- Access
|
||||
l_result := descriptive_text_cache
|
||||
if l_result = Void then
|
||||
create Result.make_empty
|
||||
-- ... Build Result with appropriate descriptive text for Current
|
||||
-- ... Build Result with appropriate
|
||||
-- descriptive text for Current.
|
||||
descriptive_text_cache := Result
|
||||
else
|
||||
Result := l_result
|
||||
@@ -193,7 +194,8 @@ Because the '''attached syntax''' can test attached status and provide a local v
|
||||
Result := l_result
|
||||
else
|
||||
create Result.make_empty
|
||||
-- ... Build Result with appropriate descriptive text for Current
|
||||
-- ... Build Result with appropriate
|
||||
-- descriptive text for Current.
|
||||
descriptive_text_cache := Result
|
||||
end
|
||||
ensure
|
||||
|
||||
Reference in New Issue
Block a user