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 890c772 commit 7ac3613Copy full SHA for 7ac3613
2 files changed
src/profiler.c
@@ -436,21 +436,13 @@ static enum
436
437
static char *pexpand_cmds[] = {
438
"start",
439
-#define PROFCMD_START 0
440
"stop",
441
-#define PROFCMD_STOP 1
442
"pause",
443
-#define PROFCMD_PAUSE 2
444
"continue",
445
-#define PROFCMD_CONTINUE 3
446
"func",
447
-#define PROFCMD_FUNC 4
448
"file",
449
-#define PROFCMD_DUMP 5
450
"dump",
451
-#define PROFCMD_FILE 6
452
NULL
453
-#define PROFCMD_LAST 7
454
};
455
456
/*
src/version.c
@@ -695,6 +695,8 @@ static char *(features[]) =
695
696
static int included_patches[] =
697
{ /* Add new patch number below this line */
698
+/**/
699
+ 1424,
700
/**/
701
1423,
702
0 commit comments