-Copyright (c) 2010-2023, j8takagi.
+Copyright (c) 2010-2026, j8takagi.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
ライセンス
******************
-Copyright (c) 2010-2023, j8takagi.
+Copyright (c) 2010-2026, j8takagi.
YACASL2 is licensed under the MIT license.
ライセンスの詳細は、同梱のLICENSEを参照してください。
@c %**end of header
@copying
-Copyright @copyright{} 2010-2023 j8takagi
+Copyright @copyright{} 2010-2026 j8takagi
@end copying
@titlepage
@c %**end of header
@copying
-Copyright @copyright{} 2010-2023 j8takagi
+Copyright @copyright{} 2010-2026 j8takagi
@end copying
@dircategory Programming
bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass)
{
- void (*cmdptr)() = NULL;
+ void (*cmdptr)(const CMDLINE *, PASS) = NULL;
for(int i = 0; cmdtbl[i].name[0]; i++) {
if(strcmp(cmdl->cmd, cmdtbl[i].name) == 0) {