version 1.4, 2010/02/25 09:43:58
|
version 1.24, 2011/06/22 13:27:00
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.11 |
RPL/2 (R) version 4.1.0.prerelease.3 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 20
|
Line 20
|
*/ |
*/ |
|
|
|
|
#include "rpl.conv.h" |
#include "rpl-conv.h" |
|
|
|
|
/* |
/* |
Line 802 instruction_fleche_str(struct_processus
|
Line 802 instruction_fleche_str(struct_processus
|
case '\b': |
case '\b': |
case '\n': |
case '\n': |
case '\t': |
case '\t': |
|
case '\\': |
{ |
{ |
caracteres_echappement++; |
caracteres_echappement++; |
break; |
break; |
Line 825 instruction_fleche_str(struct_processus
|
Line 826 instruction_fleche_str(struct_processus
|
{ |
{ |
switch(*ptr_l) |
switch(*ptr_l) |
{ |
{ |
|
case '\\': |
|
{ |
|
(*ptr_e) = '\\'; |
|
(*(++ptr_e)) = '\\'; |
|
break; |
|
} |
|
|
case '\"': |
case '\"': |
{ |
{ |
(*ptr_e) = '\\'; |
(*ptr_e) = '\\'; |