Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 06 Aug 2016 20:42:15 UTC Commit: 026da60fd0a28d8c86a22ead262d261b9e6c7be4 https://github.com/geany/geany/commit/026da60fd0a28d8c86a22ead262d261b9e6c7b...
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).