From 0f80a2778c41b3999cad809d15c21b5b5c3b95f7 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 4 Aug 2010 18:33:24 +0000 Subject: [PATCH] unscrew what lucas screwed with his patch-fu SVN revision: 50819 --- legacy/embryo/src/bin/embryo_cc_sc1.c | 2 +- legacy/embryo/src/bin/embryo_cc_sc2.c | 2 +- legacy/embryo/src/bin/embryo_cc_sc5.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/embryo/src/bin/embryo_cc_sc1.c b/legacy/embryo/src/bin/embryo_cc_sc1.c index f93fc5fa78..560ae81f23 100644 --- a/legacy/embryo/src/bin/embryo_cc_sc1.c +++ b/legacy/embryo/src/bin/embryo_cc_sc1.c @@ -1,4 +1,4 @@ - * Small compiler +/* Small compiler * Function and variable definition and declaration, statement parser. * * Copyright (c) ITB CompuPhase, 1997-2003 diff --git a/legacy/embryo/src/bin/embryo_cc_sc2.c b/legacy/embryo/src/bin/embryo_cc_sc2.c index 081d723c49..b29dc7f2e8 100644 --- a/legacy/embryo/src/bin/embryo_cc_sc2.c +++ b/legacy/embryo/src/bin/embryo_cc_sc2.c @@ -1,4 +1,4 @@ - * Small compiler - File input, preprocessing and lexical analysis functions +/* Small compiler - File input, preprocessing and lexical analysis functions * * Copyright (c) ITB CompuPhase, 1997-2003 * diff --git a/legacy/embryo/src/bin/embryo_cc_sc5.c b/legacy/embryo/src/bin/embryo_cc_sc5.c index c7c22d4bfb..39b61f7b31 100644 --- a/legacy/embryo/src/bin/embryo_cc_sc5.c +++ b/legacy/embryo/src/bin/embryo_cc_sc5.c @@ -1,4 +1,4 @@ - * Small compiler - Error message system +/* Small compiler - Error message system * In fact a very simple system, using only 'panic mode'. * * Copyright (c) ITB CompuPhase, 1997-2003