Rev 3566: Alexander noticed I typed macro instead of macros. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_find_files

John Arbash Meinel john at arbash-meinel.com
Thu Jul 17 22:28:57 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/win32_find_files

------------------------------------------------------------
revno: 3566
revision-id: john at arbash-meinel.com-20080717212849-t9cbb79nbi8c9jiy
parent: john at arbash-meinel.com-20080717202345-rq3rl7wrfndbxh36
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: win32_find_files
timestamp: Thu 2008-07-17 16:28:49 -0500
message:
  Alexander noticed I typed macro instead of macros.
-------------- next part --------------
=== modified file 'setup.py'
--- a/setup.py	2008-07-17 20:21:07 +0000
+++ b/setup.py	2008-07-17 21:28:49 +0000
@@ -231,7 +231,7 @@
     # be using something like _WIN32 or MS_WINDOWS, oh well, we can give it the
     # right value.
     add_pyrex_extension('bzrlib._walkdirs_win32',
-                        define_macro=[('WIN32', None)])
+                        define_macros=[('WIN32', None)])
 ext_modules.append(Extension('bzrlib._patiencediff_c', ['bzrlib/_patiencediff_c.c']))
 
 



More information about the bazaar-commits mailing list