From: Ivan Maidanski Date: Fri, 12 May 2017 14:21:19 +0000 (+0300) Subject: Fix unpaired quote symbol in README.Mac X-Git-Tag: v7.2h~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36996f19a2c23b8600bf84d0cd690827debb7c8f;p=gc Fix unpaired quote symbol in README.Mac * doc/README.Mac: Fix a typo (remove unpaired double-quote). --- diff --git a/doc/README.Mac b/doc/README.Mac index 058d386e..a25c45a4 100644 --- a/doc/README.Mac +++ b/doc/README.Mac @@ -286,7 +286,7 @@ action! malloc will call GC_malloc and free GC_free, new/delete too. You don't have to call free or delete. You may have to be a bit cautious about delete if you're freeing other resources than RAM. See gc_cpp.h. You can also keep coding as always with delete/free. That works too. If you want, -"include and tweak its use a bit. +include "gc.h" and tweak its use a bit. Symantec SPM ============