repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Announce SDCC 4.5.0 RC3.
[sdcc.git]
/
sdcc
/
src
/
SDCCpeeph.awk
blob
18999d74eff7fb31460cfa460490f08d79b5ba9c
1
BEGIN
{
2
print
"/* Generated file, DO NOT Edit! */"
3
print
"/* To Make changes to rules edit */"
4
print
"/* <port>/peeph.def instead. */"
5
}
6
7
/
^\
/
\
// {
next
}
8
9
{
printf
"
\"
"
;
10
printf
"%s"
,
$
0
;
11
print
"
\\
n
\"
"
;
12
}
13
14