Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 8e170655 authored by Dirk Gouders's avatar Dirk Gouders Committed by Michal Marek
Browse files

scripts/tags.sh: fix DEFINE_HASHTABLE in emacs case



The emacs --regex for DEFINE_HASHTABLE produced a warning because of
an unmatched '\('.  Further, the whole entry did not work, because the
regex needs to match from the beginning of a line, including keywords
like 'static'.  Finally, '\w' should not be used, because it
stops at underscores which are often part of variable names in C,
resulting in wrong entries in the tags file.

Signed-off-by: default avatarDirk Gouders <dirk@gouders.net>
Inspired-by: default avatarMasatake YAMATO <yamato@redhat.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent a60113d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment