Remove a few verbal exclamation marks in the main header of cling.

This commit is contained in:
Axel Naumann 2016-07-22 09:14:25 +02:00 committed by sftnight
parent cc77dac476
commit 03180bea00

View File

@ -612,8 +612,8 @@ namespace cling {
//FIXME: This must be in InterpreterCallbacks.
void installLazyFunctionCreator(void* (*fp)(const std::string&));
//FIXME: Terrible hack to let the IncrementalParser run static inits on
// transaction completed.
//FIXME: Lets the IncrementalParser run static inits on transaction
// completed. Find a better way.
ExecutionResult executeTransaction(Transaction& T);
///\brief Evaluates given expression within given declaration context.