Branch: refs/heads/master Author: Pavel Roschin roshin@scriptumplus.ru Committer: Pavel Roschin roshin@scriptumplus.ru Date: Fri, 02 May 2014 18:36:26 UTC Commit: 5e5631aa47930dcaa2d2d4f7ff564722ca1bec8a https://github.com/geany/geany-plugins/commit/5e5631aa47930dcaa2d2d4f7ff5647...
Log Message: ----------- Auto-close: Remove broken macro because it was fixed in Geany
Modified Paths: -------------- autoclose/src/autoclose.c
Modified: autoclose/src/autoclose.c 4 lines changed, 0 insertions(+), 4 deletions(-) =================================================================== @@ -52,10 +52,6 @@ PLUGIN_SET_TRANSLATABLE_INFO( "0.2", "Pavel Roschin <rpg89(at)post(dot)ru>")
-/* avoid aggresive warnings */ -#undef DOC_VALID -#define DOC_VALID(doc_ptr) (((doc_ptr) && (doc_ptr)->is_valid)) - typedef struct { /* close chars */ gboolean parenthesis;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org