diff options
| author | manuel <manuel@nc8430.lan> | 2009-05-13 17:11:40 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-05-13 17:11:40 +0200 |
| commit | 9e7c204525a50f36ba7aa7563f1a9702d0bb6f44 (patch) | |
| tree | bc361fec8fb2a3bb579c1ad310af32ba7cd92746 /ue3/mycpu | |
| parent | 67e99a217bd88a289d997b73f3e7cae6019bc22f (diff) | |
| download | ooprog-9e7c204525a50f36ba7aa7563f1a9702d0bb6f44.tar.gz ooprog-9e7c204525a50f36ba7aa7563f1a9702d0bb6f44.tar.bz2 ooprog-9e7c204525a50f36ba7aa7563f1a9702d0bb6f44.zip | |
adding tab as whitespace
Diffstat (limited to 'ue3/mycpu')
| -rw-r--r-- | ue3/mycpu/cprogram.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ue3/mycpu/cprogram.cpp b/ue3/mycpu/cprogram.cpp index 1a450f5..3fcf734 100644 --- a/ue3/mycpu/cprogram.cpp +++ b/ue3/mycpu/cprogram.cpp | |||
| @@ -102,7 +102,7 @@ void CProgram::compile(std::istream& in) | |||
| 102 | string params = (pos == string::npos) ? "" : line.substr(pos + 1); | 102 | string params = (pos == string::npos) ? "" : line.substr(pos + 1); |
| 103 | boost::trim(params); | 103 | boost::trim(params); |
| 104 | list<string> instrparams; | 104 | list<string> instrparams; |
| 105 | boost::split(instrparams, params, boost::is_any_of(", "), boost::token_compress_on); | 105 | boost::split(instrparams, params, boost::is_any_of(", \t"), boost::token_compress_on); |
| 106 | 106 | ||
| 107 | /* let instruction parse the parameters. catch+throw exception */ | 107 | /* let instruction parse the parameters. catch+throw exception */ |
| 108 | try | 108 | try |
