comparison dyncallback/dyncallback.3 @ 465:e2899b4ff713

- // -> /* */, mainly for consistency (but also for a few obscure compilers)
author Tassilo Philipp
date Wed, 02 Feb 2022 12:55:23 +0100
parents 7cb8a0aaf638
children 71c884e610f0
comparison
equal deleted inserted replaced
464:bd65767c0534 465:e2899b4ff713
102 float arg2 = dcbArgFloat (args); 102 float arg2 = dcbArgFloat (args);
103 short arg3 = dcbArgShort (args); 103 short arg3 = dcbArgShort (args);
104 double arg4 = dcbArgDouble (args); 104 double arg4 = dcbArgDouble (args);
105 long long arg5 = dcbArgLongLong(args); 105 long long arg5 = dcbArgLongLong(args);
106 106
107 // .. do something .. 107 /* .. do something .. */
108 108
109 result->s = 1244; 109 result->s = 1244;
110 return 's'; 110 return 's';
111 } 111 }
112 .Ed 112 .Ed