]> git.saurik.com Git - wxWidgets.git/commitdiff
made GetTempBuffer() static to avoid duplicate function errors during linking
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2004 23:17:19 +0000 (23:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2004 23:17:19 +0000 (23:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/morefile/MoreFilesExtras.c
src/mac/carbon/morefilex/MoreFilesX.c

index 9788e746da7341ddb956e6ef31828d35d470d172..f9bda4d8551d507adc6e3d329478e0e8080ef77c 100644 (file)
@@ -494,7 +494,7 @@ pascal      void    TruncPString(StringPtr destination,
 
 /*****************************************************************************/
 
-pascal Ptr     GetTempBuffer(long buffReqSize,
+static pascal  Ptr     GetTempBuffer(long buffReqSize,
                                                  long *buffActSize)
 {
        enum
index d380e0d11c65350838dbf5a8eeb5d1d6076df19b..36e7a06643dbd911588898244c13a687764aa071 100644 (file)
@@ -2610,7 +2610,7 @@ BadParameter:
 
 /*****************************************************************************/
 
-Ptr
+static Ptr
 GetTempBuffer(
        ByteCount buffReqSize,
        ByteCount *buffActSize)