blob: eb1f6aa1ad085ea5b8a2596577a61846aef855bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
// %CopyrightBegin%
//
// Copyright Ericsson AB 1998-2016. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// %CopyrightEnd%
#define sune kurt
#define a(name) a #name name##_command
#define b(name) b #name name## _command
#define c(name) c #name name ##_command
#define d(name) d #name name ## _command
#define e(name) e #name command ## _command
#define f(name) f #name command ## %_command
#define g(name) g #name name ## %_command
#define h(name) h #name %_command ## name
#define i(name) i #name name ## _ ## name
#define j(name) j #name name ## name
#define k(name) k #name name ## name
#define l(name) l #name !name ## name
#define m(name) m #name name ## !name
#define n(name) n #name !name ## !name
#define o(name) stina
#define p(name) name
#define q1(name) q1 #name j(name) ## j(name)
#define q2(name) q2 #name j(name)
#define q3(name) q3 #name !! ## j(name)
#define q4(name) q4 #name ## j(name)
a(quit)
b(quit)
c(quit)
d(quit)
e(quit)
f(quit)
g(sune)
h(sune)
i(sune)
j(sune)
l(sune)
m(sune)
n(sune)
k(j(sune))
k(o(sune))
k(p(sune))
q1(sune)
q2(sune)
q3(sune)
q4(sune)
|