We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00442e commit aa4b8b8Copy full SHA for aa4b8b8
optlib/systemtap.c
@@ -395,7 +395,7 @@ extern parserDefinition* SystemTapParser (void)
395
};
396
397
static const char *const aliases [] = {
398
- ".stap",
+ "stap",
399
NULL
400
401
optlib/systemtap.ctags
@@ -29,7 +29,7 @@
29
--langdef=SystemTap
30
--map-SystemTap=+.stp
31
--map-SystemTap=+.stpm
32
---alias-SystemTap=+.stap
+--alias-SystemTap=+stap
33
34
--kinddef-SystemTap=p,probe,probe aliases
35
--kinddef-SystemTap=f,function,functions
0 commit comments