diff options
| author | Martin Cermak <mcermak@redhat.com> | 2025-10-24 20:27:35 +0200 |
|---|---|---|
| committer | Martin Cermak <mcermak@redhat.com> | 2025-10-24 20:27:35 +0200 |
| commit | f4bd50767bac3cf760d028f2f36a6236cc842488 (patch) | |
| tree | ee2e32bf8830925fc0bcbc31eed3c4e78887b0d0 | |
| parent | Deliberate syntax error (diff) | |
Deliberate syntax error reverted
Revert the previous commit.
| -rw-r--r-- | translate.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/translate.cxx b/translate.cxx index c73e6c005..42150cb9e 100644 --- a/translate.cxx +++ b/translate.cxx | |||
| @@ -1840,8 +1840,6 @@ c_unparser::emit_module_init () | |||
| 1840 | 1840 | ||
| 1841 | o->newline(); | 1841 | o->newline(); |
| 1842 | o->newline() << "static int systemtap_module_init (void) {"; | 1842 | o->newline() << "static int systemtap_module_init (void) {"; |
| 1843 | o->newline() << "This is a deliberate syntax error that helps testing the systemtap testing infrastructure. Woof, woof ;)"; | ||
| 1844 | o->newline() << "Going to revert this soon."; | ||
| 1845 | o->newline(1) << "int rc = 0;"; | 1843 | o->newline(1) << "int rc = 0;"; |
| 1846 | o->newline() << "int cpu;"; | 1844 | o->newline() << "int cpu;"; |
| 1847 | o->newline() << "int i=0, j=0;"; // for derived_probe_group use | 1845 | o->newline() << "int i=0, j=0;"; // for derived_probe_group use |
