[geany/geany] 026da6: Move selected() under Miscellaneous macros

Jiří Techet git-noreply at xxxxx
Sat Sep 10 07:26:19 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 06 Aug 2016 20:42:15 UTC
Commit:      026da60fd0a28d8c86a22ead262d261b9e6c7be4
             https://github.com/geany/geany/commit/026da60fd0a28d8c86a22ead262d261b9e6c7be4

Log Message:
-----------
Move selected() under Miscellaneous macros


Modified Paths:
--------------
    ctags/main/routines.c

Modified: ctags/main/routines.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -149,12 +149,12 @@
 # define PATH_MAX 256
 #endif
 
-#define selected(var,feature)   (((int)(var) & (int)(feature)) == (int)feature)
-
 /*
  *  Miscellaneous macros
  */
 
+#define selected(var,feature)   (((int)(var) & (int)(feature)) == (int)feature)
+
 
 /*
 *   DATA DEFINITIONS



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list