Advertisement
3nids

sip signature signal

Mar 13th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.47 KB | None | 0 0
  1. 10700,10707d10699
  2. <             static const char *newline = "\\n";
  3. <
  4. <             if (sig->docstring->signature == prepended)
  5. <             {
  6. <                 dsOverload(pt, sig, TRUE, FALSE, fp);
  7. <                 prcode(fp, newline);
  8. <             }
  9. <
  10. 10709,10714d10700
  11. <
  12. <             if (sig->docstring->signature == appended)
  13. <             {
  14. <                 prcode(fp, newline);
  15. <                 dsOverload(pt, sig, TRUE, FALSE, fp);
  16. <             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement