Yes, it is required. It might work as well with spaces, but I'm not 100% sure about that. Just keep the \t.
 
 
 
Gesendet: Mittwoch, 07. Januar 2015 um 19:45 Uhr
Von: hbelu...@svn.reactos.org
An: ros-di...@reactos.org
Betreff: [ros-diffs] [hbelusca] 65997: [SPEC2DEF]: Turn the tab character into its control code. Timo, is this tab really needed for ARM stubs, or not? (in that case maybe removing it would be better?)
Author: hbelusca
Date: Wed Jan 7 18:45:46 2015
New Revision: 65997

URL: http://svn.reactos.org/svn/reactos?rev=65997&view=rev
Log:
[SPEC2DEF]: Turn the tab character into its control code. Timo, is this tab really needed for ARM stubs, or not? (in that case maybe removing it would be better?)

Modified:
trunk/reactos/tools/spec2def/spec2def.c

Modified: trunk/reactos/tools/spec2def/spec2def.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/spec2def/spec2def.c?rev=65997&r1=65996&r2=65997&view=diff
==============================================================================
--- trunk/reactos/tools/spec2def/spec2def.c [iso-8859-1] (original)
+++ trunk/reactos/tools/spec2def/spec2def.c [iso-8859-1] Wed Jan 7 18:45:46 2015
@@ -391,7 +391,7 @@
if (giArch == ARCH_ARM)
{
fprintf(fileDest,
- " EXPORT %s [FUNC]\n%s\n",
+ "\tEXPORT %s [FUNC]\n%s\n",
pszSymbolName,
pszSymbolName);
}

 
_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to