[102779] contrib/MacPorts_Framework/MacPorts.h

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 20:41:14 PST 2013


Revision: 102779
          https://trac.macports.org/changeset/102779
Author:   ryandesign at macports.org
Date:     2013-02-07 20:41:14 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
MacPorts.h: remove semicolons after #import directives (#37975)

Modified Paths:
--------------
    contrib/MacPorts_Framework/MacPorts.h

Modified: contrib/MacPorts_Framework/MacPorts.h
===================================================================
--- contrib/MacPorts_Framework/MacPorts.h	2013-02-08 04:33:51 UTC (rev 102778)
+++ contrib/MacPorts_Framework/MacPorts.h	2013-02-08 04:41:14 UTC (rev 102779)
@@ -33,12 +33,12 @@
  *	POSSIBILITY OF SUCH DAMAGE.
  */
 
-#import <MacPorts/MPIndex.h>;
-#import <MacPorts/MPInterpreter.h>;
-#import <MacPorts/MPMacPorts.h>;
-#import <MacPorts/MPPort.h>;
-#import <MacPorts/MPReceipt.h>;
-#import <MacPorts/MPRegistry.h>;
+#import <MacPorts/MPIndex.h>
+#import <MacPorts/MPInterpreter.h>
+#import <MacPorts/MPMacPorts.h>
+#import <MacPorts/MPPort.h>
+#import <MacPorts/MPReceipt.h>
+#import <MacPorts/MPRegistry.h>
 
 //Including this file for testing the Notifications listener
-#import <MacPorts/MPNotifications.h>;
+#import <MacPorts/MPNotifications.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/a80e8946/attachment.html>


More information about the macports-changes mailing list