mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Copy-pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f51d99ca5
commit
581af5f10a
@ -97,8 +97,7 @@ namespace sys {
|
||||
///< it doesn't.
|
||||
std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
|
||||
///< instance in which error messages will be returned. If the string
|
||||
///< is non-empty upon return an error occurred while invoking the
|
||||
///< program.
|
||||
///< is non-empty upon return an error occurred while waiting.
|
||||
);
|
||||
|
||||
/// This function terminates the program.
|
||||
@ -108,7 +107,7 @@ namespace sys {
|
||||
bool Kill
|
||||
( std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
|
||||
///< instance in which error messages will be returned. If the string
|
||||
///< is non-empty upon return an error occurred while invoking the
|
||||
///< is non-empty upon return an error occurred while killing the
|
||||
///< program.
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user