Merge branch 'master' into new-cli
This commit is contained in:
@@ -65,6 +65,7 @@ template<class N> N getIntArg(const string & opt,
|
||||
return n * multiplier;
|
||||
}
|
||||
|
||||
|
||||
/* Show the manual page for the specified program. */
|
||||
void showManPage(const string & name);
|
||||
|
||||
@@ -99,4 +100,8 @@ struct PrintFreed
|
||||
};
|
||||
|
||||
|
||||
/* Install a SIGSEGV handler to detect stack overflows. */
|
||||
void detectStackOverflow();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user