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.4.6~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8b6079ef79f10fab00d8e135692e3a2e6a3b680;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 f77d1c43..cad50967 100644 --- a/doc/README.Mac +++ b/doc/README.Mac @@ -271,7 +271,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 ==